From 182203286f29b1d30898570ced2a34b25560b45d Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Fri, 9 Feb 2024 15:16:28 +0100 Subject: [PATCH] hardcoding env files + typo --- vre-singleuser-py311/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vre-singleuser-py311/Dockerfile b/vre-singleuser-py311/Dockerfile index 4d36370..924f0c1 100644 --- a/vre-singleuser-py311/Dockerfile +++ b/vre-singleuser-py311/Dockerfile @@ -58,7 +58,7 @@ ENV JUPYTER_ENABLE_LAB=yes ## HARDCODING ENVIRONMENT VARIABLES ## not using venv, instead we use the base conda env and fixing env vars ENV LD_LIBRARY_PATH="/opt/conda/lib:$LD_LIBRARY_PATH" -ENV PYTHONPATH="/opt/conda/lib/python3.9:/opt/conda/lib/python3.9/site-packages:$PYTHONPATH" +ENV PYTHONPATH="/opt/conda/lib/python3.11:/opt/conda/lib/python3.11/site-packages:$PYTHONPATH" ## While the installation of pst4 and the use of `venv`, it is needed the `ENV_ROOT` env var ## > echo $ENV_ROOT/