Skip to content
Snippets Groups Projects
Commit 876c9cd1 authored by calrama's avatar calrama
Browse files

[jupyterhub] bump pip

parent 0b10cbea
No related branches found
No related tags found
No related merge requests found
Pipeline #31680 canceled
......@@ -44,7 +44,7 @@ RUN python${JUPYTERHUB_PYTHON_VERSION} -m pip --no-cache-dir install \
RUN mkdir -p /usr/local/venv && \
python${JUPYTERHUB_PYTHON_VERSION} -m venv /usr/local/venv/default && \
. /usr/local/venv/default/bin/activate && \
python${JUPYTERHUB_PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.2.2 && \
python${JUPYTERHUB_PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.2.3 && \
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