From dbdcc402654e9215d2be44b89fbc158ce4609169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@univ-grenoble-alpes.fr> Date: Wed, 30 Oct 2024 15:24:38 +0100 Subject: [PATCH] Try to fix registry pb --- .gitlab-ci.yml | 4 ++-- ci/docker_images/lab-mamba/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9605b79b..b2d00988e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,7 +206,7 @@ jupyterlab:mamba:cpu: extends: - .hysop-docker-hysop - .lmap-cpu - needs: ["binder:mamba:cpu"] + needs: ["install:ci-cpu-intel-user"] ##################################### ## GPU nvidia with a non root user ## @@ -277,7 +277,7 @@ jupyterlab:mamba:gpu: extends: - .hysop-docker-hysop - .lmap-cpu - needs: ["binder:mamba:gpu"] + needs: ["install:ci-gpu-nvidia-user"] # diff --git a/ci/docker_images/lab-mamba/Dockerfile b/ci/docker_images/lab-mamba/Dockerfile index 3828c15bb..c530ebd8e 100644 --- a/ci/docker_images/lab-mamba/Dockerfile +++ b/ci/docker_images/lab-mamba/Dockerfile @@ -30,8 +30,8 @@ ARG CI_PROJECT_DIR /home/hysop-user/hysop RUN meson $BUILD_DIR $CI_PROJECT_DIR RUN meson compile -C $BUILD_DIR RUN meson install -C $BUILD_DIR -RUN cd /home/hysop-user ; git clone https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc.git -RUN cp -R /home/hysop-user/hysop-doc/examples /home/hysop-user && rm -rf /home/hysop-user/hysop-doc +#RUN cd /home/hysop-user ; git clone https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc.git +#RUN cp -R /home/hysop-user/hysop-doc/examples /home/hysop-user && rm -rf /home/hysop-user/hysop-doc FROM binderlab AS jupylab ENV JUPYTER_PORT=8888 -- GitLab