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

Add module purge to remove Python-related paths when enetring container.

parent bf8e5735
Branches
No related tags found
No related merge requests found
Pipeline #89869 failed
......@@ -89,6 +89,7 @@ if [[ "$ENV_EXIST" == 0 ]]; then
# Activate virtual environment and install additional Python packages.
echo "Configuring and activating virtual environment on ${HOST_NAME}"
module purge
singularity exec --nv "${TF_CONTAINER}" ./install_venv_container.sh "${ENV_DIR}"
info_str="Virtual environment ${ENV_DIR} has been set up successfully."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment