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 4aa5537 commit 041545d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +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;\
echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc;\
conda create -n ads_venv python=3.6;\
conda activate ads_venv;\
pip install -e .;
Expand Down

0 comments on commit 041545d

Please sign in to comment.