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 dda9ccc commit a236716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM continuumio/anaconda3
FROM jupyter/base-notebook:8ccdfc1da8d5

USER root

Expand Down Expand Up @@ -26,6 +26,7 @@ RUN apt-get update && \
\
gnuplot-x11 \
libopenblas-base \
python3.6 \
\
ttf-dejavu && \
apt-get clean && \
Expand All @@ -38,7 +39,6 @@ RUN cd $HOME/work;\
python -m sos_notebook.install;\
git clone --single-branch -b dev_mikula_docker https://github.com/neuropoly/axondeepseg; \
cd axondeepseg;\
conda install python=3.6.0;\
pip install -e .;\
axondeepseg_test;

Expand Down

0 comments on commit a236716

Please sign in to comment.