Skip to content

Commit

Permalink
hardcoding env files + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Feb 9, 2024
1 parent d24d8f2 commit 1822032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1822032

Please sign in to comment.