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

Commit 2e17521

Browse files
committed
Recreate existing links
1 parent 0b4a58d commit 2e17521

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ RUN bash /tmp/scripts/python-debian.sh "3.10.4" "/opt/python/3.10.4" "${PIPX_HOM
7676
&& bash /tmp/scripts/python-debian.sh "3.9.7" "/opt/python/3.9.7" "${PIPX_HOME}" "${USERNAME}" "false" "false" "false" \
7777
# Recreate symbolic link that existed in the Oryx base image
7878
&& ln -sf /opt/python/3.10.4 "${PYTHON_ROOT}/current" \
79+
&& ln -sf /opt/python/3.10.4 /opt/python/stable \
80+
&& ln -sf /opt/python/3.10.4 /opt/python/latest \
81+
&& ln -sf /opt/python/3.10.4 /opt/python/3 \
82+
&& ln -sf /opt/python/3.10.4 /opt/python/3.10 \
83+
&& ln -sf /opt/python/3.9.7 /opt/python/3.9 \
84+
&& ln -sf /opt/python/3.9.7 /opt/python/3.9.7 \
7985
# Install JupyterLab and common machine learning packages
8086
&& PYTHON_BINARY="${PYTHON_ROOT}/current/bin/python" \
8187
&& bash /tmp/scripts/jupyterlab-debian.sh "latest" "automatic" ${PYTHON_BINARY} "true" \

0 commit comments

Comments
 (0)