Skip to content

Commit

Permalink
alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Feb 7, 2016
1 parent 880b3da commit bb1a0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/masterimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN cd ~ && \
cd cprotobuf && \
python setup.py install
RUN cd ~ && \
wget https://github.com/amplab/orchestra/releases/download/v0.002/orchestra.zip && \
wget https://github.com/amplab/orchestra/releases/download/v0.1alpha/orchestra.zip && \
unzip orchestra.zip -d orchestra && \
cd orchestra && \
cargo build
Expand Down
2 changes: 1 addition & 1 deletion scripts/slaveimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN cd ~ && \
cd cprotobuf && \
python setup.py install
RUN cd ~ && \
wget https://github.com/amplab/orchestra/releases/download/v0.002/orchestra.zip && \
wget https://github.com/amplab/orchestra/releases/download/v0.1alpha/orchestra.zip && \
unzip orchestra.zip -d orchestra && \
cd orchestra && \
cargo build
Expand Down

0 comments on commit bb1a0fa

Please sign in to comment.