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

[jupyterhub] Fix installing pip into venv

parent 07ef8d46
Branches
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \ ...@@ -43,7 +43,7 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
RUN mkdir -p ~/.venv && \ RUN mkdir -p ~/.venv && \
python${PYTHON_VERSION} -m venv ~/.venv/robofish && \ python${PYTHON_VERSION} -m venv ~/.venv/robofish && \
. ~/.venv/robofish/bin/activate && \ . ~/.venv/robofish/bin/activate && \
pip --no-cache-dir install --upgrade pip==20.1.1 && \ python${PYTHON_VERSION} -m pip --no-cache-dir install --upgrade pip==20.1.1 && \
pip --no-cache-dir install --upgrade setuptools==49.1.0 && \ pip --no-cache-dir install --upgrade setuptools==49.1.0 && \
pip install tensorflow==1.15.3 && \ pip install tensorflow==1.15.3 && \
pip --no-cache-dir install \ 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