Skip to content
Snippets Groups Projects
Commit dbdcc402 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Try to fix registry pb

parent 54ae1a67
No related branches found
No related tags found
No related merge requests found
Pipeline #200501 passed
......@@ -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"]
#
......
......@@ -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
......
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