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

debugging

parent 027c6805
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ create_jupytermachine_version:
- |
IMAGES=( "basis" "tp" "python311" ) #"tp_herwig" "tp_geant" "cuda_basis"
docker login -u jeppelt -p $DOCKER_TOKEN
ls
cd basis_jupytermachine
ls
for image in "${IMAGES[@]}"; do
# Read the existing base image from the Dockerfile
OLD_BASE_IMAGE=$(grep -E '^\s*FROM\s+.*' Dockerfile | awk '{print $2}');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment