Skip to content

Commit

Permalink
Remove pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Nov 25, 2016
1 parent bd7fa74 commit 86e09c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN pip3 install --user --upgrade 'gym[all]'
# Install Jupyter extensions
RUN pip3 install --user --upgrade https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master

RUN rm -rf /home/main/.cache

# Jupyter extensions
#RUN conda install -c conda-forge jupyter_contrib_nbextensions
RUN jupyter contrib nbextension install --user
Expand Down

0 comments on commit 86e09c8

Please sign in to comment.