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 6ef4077 commit 2cd292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN cd $HOME/work;\
python -m sos_notebook.install;\
git clone --single-branch -b dev_mikula_docker https://github.com/neuropoly/axondeepseg;\
cd axondeepseg;\
pip install tensorflow==
pip install tensorflow==;\
pip install -e .;\
y | axondeepseg_test;

Expand Down

0 comments on commit 2cd292a

Please sign in to comment.