Skip to content

Commit

Permalink
Try Docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Oct 19, 2018
1 parent 8b17978 commit 2bf9188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN cd $HOME/work;\
python -m sos_notebook.install;\
git clone --single-branch -b dev_mikula_docker https://github.com/neuropoly/axondeepseg;\
cd axondeepseg;\
pip3 install tensorflow==;\
pip3 install -e .;\
y | axondeepseg_test;
conda create -n ads_venv python=3.6;\
activate ads_venv;\
pip install -e .;\

WORKDIR $HOME/work/t1_notebooks

Expand Down

0 comments on commit 2bf9188

Please sign in to comment.