Skip to content

Commit 2361beb

Browse files
committed
Fix: Set deepnote base for python 3.12
1 parent ce3901a commit 2361beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/python/Dockerfile.python3.12

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## This is temporary solution and we come with proper solution in the future.
44
## Ticket: https://linear.app/deepnote/issue/PLA-3219/cleanup-build-pipeline-for-deepnote-python-images
55

6-
7-
FROM buildpack-deps:bullseye
6+
ARG CIRCLE_PULL_REQUEST
7+
FROM deepnote/python:base${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH

0 commit comments

Comments
 (0)