Skip to content
Snippets Groups Projects
Commit e46d6fe7 authored by Michael Langguth's avatar Michael Langguth
Browse files

Correct path to singularity container which will be placed in env_setup-directory in the future.

parent cc69d442
Branches
Tags
No related merge requests found
Pipeline #81702 failed
......@@ -54,7 +54,7 @@ ENV_SETUP_DIR=`pwd`
WORKING_DIR="$(dirname "$ENV_SETUP_DIR")"
EXE_DIR="$(basename "$ENV_SETUP_DIR")"
ENV_DIR=${WORKING_DIR}/${ENV_NAME}
TF_CONTAINER=${WORKING_DIR}/../env_setup/tensorflow_21.09-tf1-py3.sif
TF_CONTAINER=${WORKING_DIR}/env_setup/tensorflow_21.09-tf1-py3.sif
## perform sanity checks
# correct bool_container if host is Juwels Booster and ensure running singularity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment