Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 24, 2016
1 parent 035895c commit db19a39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN $HOME/miniconda/bin/conda install python-clang -c statiskit --use-local
RUN [ $BUILD = "true" ] && $HOME/miniconda/bin/conda build $HOME/AutoWIG/conda/python-autowig -c statiskit -c conda-forge --no-test || [ $BUILD = "false" ]
RUN [ $BUILD = "true" ] && echo "$HOME/miniconda/bin/anaconda upload \`conda build $HOME/AutoWIG/conda/python-autowig --output\` --user statiskit --force" >> $HOME/upload.sh || [ $BUILD = "false" ]
RUN $HOME/miniconda/bin/conda install python-autowig -c statiskit -c conda-forge --use-local
RUN [ $BUILD = "true" ] && $HOME/miniconda/bin/conda remove python-autowig || [ $BUILD = "false" ]
RUN [ $BUILD = "true" ] && $HOME/miniconda/bin/pip install -e AutoWIG || [ $BUILD = "false" ]

## Finalize file for anaconda upload
# RUN [ $BUILD = "false" ] && echo "rm -rf $HOME/AutoWIG" >> $HOME/upload.sh || [ $BUILD = "true" ]
Expand Down

0 comments on commit db19a39

Please sign in to comment.