Skip to content

Commit aca8f79

Browse files
committed
Remove this commit befor merege: Point to constrain from PR
1 parent 924dd7d commit aca8f79

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
@@ -18,4 +18,4 @@ RUN if [ "$(printf '%s\n' "$PYTHON_VERSION" "3.11" | sort -V | head -n1)" = "3.1
1818

1919
RUN python -m venv --system-site-packages ~/venv
2020
RUN . ~/venv/bin/activate \
21-
&& pip install --no-cache-dir -r requirements.txt -c https://tk.deepnote.com/constraints${PYTHON_VERSION}.txt
21+
&& 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

0 commit comments

Comments
 (0)