To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
ARG CI_COMMIT_TAG ARG CI_REGISTRY_IMAGE FROM ${CI_REGISTRY_IMAGE}:latest-noMyST USER root RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \ jupyterlab_myst USER 1000