Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Oct 19, 2018
1 parent e13ebce commit 301b16f
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 @@ -33,7 +33,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN cd $HOME/work;\
pip install --upgrade pip
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;\
Expand Down

0 comments on commit 301b16f

Please sign in to comment.