Skip to content
Snippets Groups Projects
Commit 52c9da4a authored by Nastassya Horlava's avatar Nastassya Horlava
Browse files

upd build script - glibs incompatibility

parent 388444f2
Branches
No related tags found
1 merge request!4Docs tensorflow
...@@ -33,7 +33,7 @@ date_stamp=$(date +"%Y-%m-%d_%H-%M-%S") ...@@ -33,7 +33,7 @@ date_stamp=$(date +"%Y-%m-%d_%H-%M-%S")
IMAGE_NAME=/ptmp/$USER/containers/tf-ai_${commit_hash}_${date_stamp}.sif IMAGE_NAME=/ptmp/$USER/containers/tf-ai_${commit_hash}_${date_stamp}.sif
# time apptainer build ${IMAGE_TMP} ${IMAGE_DEF} && mv ${IMAGE_TMP} ${IMAGE_NAME} & # time apptainer build ${IMAGE_TMP} ${IMAGE_DEF} && mv ${IMAGE_TMP} ${IMAGE_NAME} &
time apptainer build ${IMAGE_NAME} ${IMAGE_DEF} & time apptainer build --ignore-fakeroot-command ${IMAGE_NAME} ${IMAGE_DEF} &
PID=$! PID=$!
# MONITOR TODO: REMOVE IT! # MONITOR TODO: REMOVE IT!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment