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 690ff56 commit 0929552Copy full SHA for 0929552
python/base/Dockerfile.python
@@ -1,3 +1,4 @@
1
+ARG CIRCLE_PULL_REQUEST
2
FROM debian:bullseye-slim AS builder
3
4
# Install dependencies for building Python
@@ -32,7 +33,7 @@ RUN wget -qO- "https://www.python.org/ftp/python/${PYTHON_VERSION_PATCH}/Python-
32
33
&& make -j "$(nproc)" \
34
&& make altinstall
35
-ARG CIRCLE_PULL_REQUEST
36
+
37
FROM deepnote/python:base${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}
38
# Copy Python from the builder stage
39
ARG PYTHON_VERSION
0 commit comments