Skip to content
Extraits de code Groupes Projets
Valider 5408568d rédigé par Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Parcourir les fichiers

Run tests with minimal-notebook image

parent 200df03c
Branches buildah-test
Aucune requête de fusion associée trouvée
Pipeline #14530 en échec avec l'étape
in 9 minutes et 39 secondes
......@@ -12,7 +12,7 @@ build_image:
before_script:
- podman login --username "${CI_REGISTRY_USER}" --password "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
script:
- buildah pull jupyter/tensorflow-notebook
- buildah pull jupyter/minimal-notebook
- buildah bud --format docker -t ${DEPENDENCIES_IMAGE_NAME} .
- buildah push --authfile ${REGISTRY_AUTH_FILE} ${DEPENDENCIES_IMAGE_NAME}
after_script:
......
FROM jupyter/tensorflow-notebook
# FROM jupyter/scipy-notebook # just commented out
#FROM jupyter/minimal-notebook
FROM jupyter/minimal-notebook
USER root
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter