Skip to content
Snippets Groups Projects
Commit ea95ef9d authored by Bengt Giger's avatar Bengt Giger
Browse files

Removed -I option, was not the cause

parent 3ff2869d
No related branches found
No related tags found
No related merge requests found
Pipeline #305038 failed
......@@ -5,7 +5,7 @@ FROM ${CI_REGISTRY_IMAGE}:latest-noMyST
USER root
RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install -I --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \
RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \
jupyterlab_myst
USER 1000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment