Skip to content

Commit

Permalink
Fix PYTHON_VERSION_JUPYTER usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Oct 1, 2024
1 parent 27dfcbc commit ce16390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-session-complete/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN ln -s /lib/rstudio-server/bin/quarto/bin/quarto /usr/local/bin/quarto
### Install TinyTeX using Quarto ###
RUN $SCRIPTS_DIR/install_quarto.sh --install-tinytex --add-path-tinytex

RUN /opt/python/"${PYTHON_VERSION_JUPYTER}"/bin/python -m venv /opt/python/jupyter \
RUN /opt/python/"${PYTHON_VERSION}"/bin/python -m venv /opt/python/jupyter \
&& /opt/python/jupyter/bin/python -m pip install \
jupyterlab~=4.2.4 \
notebook \
Expand Down

0 comments on commit ce16390

Please sign in to comment.