Skip to content
Snippets Groups Projects
Commit 95c4651a authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

added container for theo c

parent fa6c14e1
Branches
No related tags found
No related merge requests found
......@@ -73,12 +73,27 @@ tp_herwig:
- basis/*
allow_failure: true
theoc:
varibles:
IMAGE_NAME: "theoc"
extends:
- .commin_build
needs:
- job: tp
optional: true
rules:
- changes:
- $IMAGE_NAME/Dockerfile
- tp /*
- basis /*
allow_failure: true
create_jupytermachine_version:
stage: create_jupytermachine_version
image: docker:latest
script:
- |
IMAGES=( "basis" "tp" "python311" "tp_herwig") # "tp_geant" "cuda_basis"
IMAGES=( "basis" "tp" "python311" "tp_herwig" "theoc") # "tp_geant" "cuda_basis"
docker login -u "$DOCKER_HUB_USER" -p $DOCKER_TOKEN
cd basis_jupytermachine
for image in "${IMAGES[@]}"; do
......
FROM jeppelt/etp_tp
USER root
RUN pip install --upgrade multipoles
USER $NB_USER
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment