Skip to content
Snippets Groups Projects
Commit 42640d44 authored by calrama's avatar calrama
Browse files

[jupyterhub] update pip

parent fec5b8f6
No related tags found
No related merge requests found
Pipeline #31365 passed
......@@ -43,7 +43,7 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
RUN mkdir -p ~/.venv && \
python${PYTHON_VERSION} -m venv ~/.venv/robofish && \
. ~/.venv/robofish/bin/activate && \
python${PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.1.1 && \
python${PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.2.2 && \
pip --no-cache-dir install --upgrade setuptools==49.1.0 && \
pip install tensorflow==1.15.3 && \
pip --no-cache-dir install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment