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 2d1e09f commit 4aa5537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN cd $HOME/work;\
git clone --single-branch -b dev_mikula_docker https://github.com/neuropoly/axondeepseg; \
cd axondeepseg;\
conda create -n ads_venv python=3.6;\
/bin/bash -c “source activate ads_venv && pip install -e .”;
conda activate ads_venv;\
pip install -e .;

WORKDIR $HOME/work/t1_notebooks

Expand Down

0 comments on commit 4aa5537

Please sign in to comment.