Skip to content

Commit

Permalink
Remove unecessary packages (already included in Anaconda) from Docker…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
ageron committed Sep 27, 2016
1 parent fa5a084 commit 1d71272
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ RUN apt-get update
USER main

# Python 2
RUN conda install jupyter matplotlib numexpr numpy pandas Pillow protobuf psutil scikit-learn scipy sympy wheel
RUN conda install -c jjhelmus tensorflow=0.10.0
RUN conda install https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip
RUN conda install -c conda-forge jupyter_contrib_nbextensions

# Python 3
RUN conda install -n python3 jupyter matplotlib numexpr numpy pandas Pillow protobuf psutil scikit-learn scipy sympy wheel
RUN conda install -n python3 -c jjhelmus tensorflow=0.10.0
RUN conda install -n python 3 https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip
RUN conda install -n python3 -c conda-forge jupyter_contrib_nbextensions

0 comments on commit 1d71272

Please sign in to comment.