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

Commit a1fc3e8

Browse files
Update containers/codespaces-linux/.devcontainer/base.Dockerfile
Co-authored-by: JP Ungaretti <[email protected]>
1 parent ac49013 commit a1fc3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
7272
RUN rm -rf /opt/python && rm "${PYTHON_ROOT}/current"
7373

7474
# 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" \
75+
RUN bash /tmp/scripts/python-debian.sh "3.10.4" "/opt/python/3.10.4" "${PIPX_HOME}" "${USERNAME}" "true" "true" "false" \
7676
# Preserve symbolic link from Oryx base image
7777
&& ln -sf /opt/python/3.10.4 "${PYTHON_ROOT}/current" \
7878
# Install JupyterLab and common machine learning packages

0 commit comments

Comments
 (0)