From e46d6fe7439d1eef816fe47600e8c2b2caf9176d Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Thu, 28 Oct 2021 09:28:51 +0200
Subject: [PATCH] Correct path to singularity container which will be placed in
 env_setup-directory in the future.

---
 video_prediction_tools/env_setup/create_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_tools/env_setup/create_env.sh b/video_prediction_tools/env_setup/create_env.sh
index 503553fe..ec2e2135 100755
--- a/video_prediction_tools/env_setup/create_env.sh
+++ b/video_prediction_tools/env_setup/create_env.sh
@@ -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
-- 
GitLab