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

bugfix

parent 374009c1
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ create_jupytermachine_version:
# Replace "basic_jupytermachine" with the new base image name
NEW_BASE_IMAGE=$IMAGE_PREFIX/etp_$image;
echo $NEW_BASE_IMAGE;
sed -i "s/$OLD_BASE_IMAGE/$NEW_BASE_IMAGE/" "Dockerfile";
sed -i "s#$OLD_BASE_IMAGE#$NEW_BASE_IMAGE#" "Dockerfile"
cat Dockerfile;
# Build the second version of the container
docker build -t "$IMAGE_PREFIX/jupytermachine_${image}" -f "Dockerfile" .;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment