Skip to content

Commit

Permalink
Try fixing stalled Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Oct 19, 2018
1 parent 3cac98b commit 2d1e09f
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 @@ -36,7 +36,7 @@ RUN cd $HOME/work;\
pip install --upgrade pip;\
pip install sos sos-notebook scipy plotly dash dash_core_components dash_html_components dash_dangerously_set_inner_html dash-renderer flask==0.12.2;\
python -m sos_notebook.install;\
git clone --single-branch -b dev_mikula_docker https://github.com/neuropoly/axondeepseg;\
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 .”;
Expand Down

0 comments on commit 2d1e09f

Please sign in to comment.