mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-31 12:07:49 +01:00
Use system pip and pip3, not Anaconda
This commit is contained in:
@@ -33,8 +33,8 @@ RUN jupyter contrib nbextension install --user
|
|||||||
RUN jupyter nbextension enable toc2/main
|
RUN jupyter nbextension enable toc2/main
|
||||||
|
|
||||||
# Use upgraded pip
|
# Use upgraded pip
|
||||||
RUN pip install --upgrade --user pip wheel
|
RUN /usr/bin/pip install --upgrade --user pip wheel
|
||||||
RUN pip3 install --upgrade --user pip wheel
|
RUN /usr/bin/pip3 install --upgrade --user pip wheel
|
||||||
ENV PATH /home/main/.local/bin:$PATH
|
ENV PATH /home/main/.local/bin:$PATH
|
||||||
|
|
||||||
# Install scientific packages
|
# Install scientific packages
|
||||||
|
|||||||
Reference in New Issue
Block a user