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

Commit b6f653a

Browse files
committed
Use Oryx instead of building from source
1 parent b89dbbe commit b6f653a

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" "false" \
75+
RUN bash /tmp/scripts/python-debian.sh "3.10.4" "/opt/python/3.10.4" "${PIPX_HOME}" "${USERNAME}" "true" "true" "true" \
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)