Skip to content
Snippets Groups Projects
Commit cc69d442 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 451b8d0f
Branches
Tags
No related merge requests found
Pipeline #81701 failed
...@@ -54,7 +54,7 @@ ENV_SETUP_DIR=`pwd` ...@@ -54,7 +54,7 @@ ENV_SETUP_DIR=`pwd`
WORKING_DIR="$(dirname "$ENV_SETUP_DIR")" WORKING_DIR="$(dirname "$ENV_SETUP_DIR")"
EXE_DIR="$(basename "$ENV_SETUP_DIR")" EXE_DIR="$(basename "$ENV_SETUP_DIR")"
ENV_DIR=${WORKING_DIR}/${ENV_NAME} ENV_DIR=${WORKING_DIR}/${ENV_NAME}
TF_CONTAINER=${WORKING_DIR}/tensorflow_21.09-tf1-py3.sif TF_CONTAINER=${WORKING_DIR}/../env_setup/tensorflow_21.09-tf1-py3.sif
## perform sanity checks ## perform sanity checks
# correct bool_container if host is Juwels Booster and ensure running singularity # 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