Skip to content

Commit

Permalink
Use system pip and pip3, not Anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Oct 9, 2016
1 parent b1f950d commit c95448a
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
Expand Up @@ -33,8 +33,8 @@ RUN jupyter contrib nbextension install --user
RUN jupyter nbextension enable toc2/main

# Use upgraded pip
RUN pip install --upgrade --user pip wheel
RUN pip3 install --upgrade --user pip wheel
RUN /usr/bin/pip install --upgrade --user pip wheel
RUN /usr/bin/pip3 install --upgrade --user pip wheel
ENV PATH /home/main/.local/bin:$PATH

# Install scientific packages
Expand Down

0 comments on commit c95448a

Please sign in to comment.