We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138138d commit 1247d38Copy full SHA for 1247d38
python/datascience/Dockerfile.datascience
@@ -20,4 +20,4 @@ RUN if [ "$(printf '%s\n' "$PYTHON_VERSION" "3.12" | sort -V | head -n1)" = "3.1
20
21
RUN python -m venv --system-site-packages ~/venv
22
RUN . ~/venv/bin/activate \
23
- && pip install --no-cache-dir -r requirements.txt -c https://deepnote-staging-runtime-artifactory.s3.us-east-1.amazonaws.com/deepnote-toolkit/b41caa1/constraints${PYTHON_VERSION}.txt
+ && pip install --no-cache-dir -r requirements.txt -c https://deepnote-staging-runtime-artifactory.s3.us-east-1.amazonaws.com/deepnote-toolkit/2f6a15c/constraints${PYTHON_VERSION}.txt
0 commit comments