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 c97cfe7 commit e673512
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +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;\
sudo ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh;\
conda create -n ads_venv python=3.6;\
conda activate ads_venv;\
conda install python=3.6.0;\
pip install -e .;

WORKDIR $HOME/work/t1_notebooks
Expand Down

0 comments on commit e673512

Please sign in to comment.