Skip to content

Commit a60ab8a

Browse files
committed
Revert constraints string
1 parent 1247d38 commit a60ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datascience/Dockerfile.datascience

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ RUN if [ "$(printf '%s\n' "$PYTHON_VERSION" "3.12" | sort -V | head -n1)" = "3.1
2020

2121
RUN python -m venv --system-site-packages ~/venv
2222
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/2f6a15c/constraints${PYTHON_VERSION}.txt
23+
&& pip install --no-cache-dir -r requirements.txt -c https://tk.deepnote.com/constraints${PYTHON_VERSION}.txt

0 commit comments

Comments
 (0)