Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 1e1a3d3

Browse files
committed
Update link
1 parent 5d66fb6 commit 1e1a3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containers/codespaces-linux/.devcontainer/base.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7272
RUN rm -rf /opt/python \
7373
# Replace existing Python installation from Oryx image with a fresh installation
7474
&& bash /tmp/scripts/python-debian.sh "3.10.4" "/opt/python/3.10.4" "${PIPX_HOME}" "${USERNAME}" "true" "true" "false" \
75+
&& ln -sf /opt/python/3.10.4 "${PYTHON_ROOT}/current" \
7576
# Install JupyterLab and common machine learning packages
7677
&& PYTHON_BINARY="${PYTHON_ROOT}/current/bin/python" \
7778
&& bash /tmp/scripts/jupyterlab-debian.sh "latest" "automatic" ${PYTHON_BINARY} "true" \

0 commit comments

Comments
 (0)