From 28e07b76178c3021264675a4884d4061eb88aaff Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 27 Jan 2022 11:10:39 +0100 Subject: [PATCH] Correction for working directory in install_venv_container.sh. --- video_prediction_tools/env_setup/install_venv_container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/video_prediction_tools/env_setup/install_venv_container.sh b/video_prediction_tools/env_setup/install_venv_container.sh index 33f3929b..f0d53cdb 100755 --- a/video_prediction_tools/env_setup/install_venv_container.sh +++ b/video_prediction_tools/env_setup/install_venv_container.sh @@ -13,6 +13,7 @@ BASE_DIR="$(pwd)" VENV_DIR=$1 VENV_NAME="$(basename "${VENV_DIR}")" VENV_BASE="$(dirname "${VENV_DIR}")" +WORKING_DIR="$(dirname "${VENV_BASE}")" VENV_REQ=${BASE_DIR}/requirements.txt # sanity checks -- GitLab