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 ce3901a commit 2361bebCopy full SHA for 2361beb
python/python/Dockerfile.python3.12
@@ -3,8 +3,8 @@
3
## This is temporary solution and we come with proper solution in the future.
4
## Ticket: https://linear.app/deepnote/issue/PLA-3219/cleanup-build-pipeline-for-deepnote-python-images
5
6
-
7
-FROM buildpack-deps:bullseye
+ARG CIRCLE_PULL_REQUEST
+FROM deepnote/python:base${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}
8
9
# ensure local python is preferred over distribution python
10
ENV PATH /usr/local/bin:$PATH
0 commit comments