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 54e0ae1 commit 7479582Copy full SHA for 7479582
base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda
@@ -8,10 +8,10 @@ WORKDIR /opt/app-root/bin
8
####################
9
# cuda-base #
10
11
-FROM quay.io/sclorg/python-312-c9s:c9s AS cuda-base-amd64
+FROM base AS cuda-base-amd64
12
ENV NVARCH=x86_64
13
14
-FROM quay.io/sclorg/python-312-c9s:c9s AS cuda-base-arm64
+FROM base AS cuda-base-arm64
15
ENV NVARCH=sbsa
16
17
FROM cuda-base-${TARGETARCH} AS cuda-base
0 commit comments