Skip to content

Commit 7479582

Browse files
revert changes
1 parent 54e0ae1 commit 7479582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base-images/cuda/12.6/c9s-python-3.12/Dockerfile.cuda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ WORKDIR /opt/app-root/bin
88
####################
99
# cuda-base #
1010
####################
11-
FROM quay.io/sclorg/python-312-c9s:c9s AS cuda-base-amd64
11+
FROM base AS cuda-base-amd64
1212
ENV NVARCH=x86_64
1313

14-
FROM quay.io/sclorg/python-312-c9s:c9s AS cuda-base-arm64
14+
FROM base AS cuda-base-arm64
1515
ENV NVARCH=sbsa
1616

1717
FROM cuda-base-${TARGETARCH} AS cuda-base

0 commit comments

Comments
 (0)