This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
containers/codespaces-linux/.devcontainer Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,13 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
68
68
&& mkdir -p /usr/local/etc/vscode-dev-containers/ \
69
69
&& mv -f /tmp/scripts/first-run-notice.txt /usr/local/etc/vscode-dev-containers/
70
70
71
- # Remove existing Python installation from Oryx base image
71
+ # Remove existing Python installation from the Oryx base image
72
72
RUN rm -rf /opt/python && rm "${PYTHON_ROOT}/current"
73
73
74
74
# Install Python, JupyterLab, common machine learning packages, and Ruby utilities
75
- RUN bash /tmp/scripts/python-debian.sh "3.10.4" "/opt/python/3.10.4" "${PIPX_HOME}" "${USERNAME}" "true" "true" "true" \
76
- # Preserve symbolic link from Oryx base image
75
+ RUN bash /tmp/scripts/python-debian.sh "3.10.4" "/opt/python/3.10.4" "${PIPX_HOME}" "${USERNAME}" "true" "true" "false" \
76
+ && bash /tmp/scripts/python-debian.sh "3.9.7" "/opt/python/3.9.7" "${PIPX_HOME}" "${USERNAME}" "false" "false" "false" \
77
+ # Recreate symbolic link that existed in the Oryx base image
77
78
&& ln -sf /opt/python/3.10.4 "${PYTHON_ROOT}/current" \
78
79
# Install JupyterLab and common machine learning packages
79
80
&& PYTHON_BINARY="${PYTHON_ROOT}/current/bin/python" \
You can’t perform that action at this time.
0 commit comments