File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM nvcr.io/nvidia/cuda:12.8 .1-devel-ubi9 AS builder
15+ FROM nvcr.io/nvidia/cuda:12.9 .1-devel-ubi9 AS builder
1616
1717ARG CUDA_VERSION
1818RUN dnf install -y --allowerasing \
@@ -31,7 +31,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
3131 make build && \
3232 cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}
3333
34- FROM nvcr.io/nvidia/cuda:12.8 .1-base-ubi9
34+ FROM nvcr.io/nvidia/cuda:12.9 .1-base-ubi9
3535ARG SAMPLE_NAME
3636LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
3737LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM nvcr.io/nvidia/cuda:12.8 .1-devel-ubuntu22.04 AS builder
15+ FROM nvcr.io/nvidia/cuda:12.9 .1-devel-ubuntu22.04 AS builder
1616
1717ARG SAMPLE_NAME
1818ENV SAMPLE_NAME ${SAMPLE_NAME}
@@ -34,7 +34,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
3434 make build && \
3535 cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}
3636
37- FROM nvcr.io/nvidia/cuda:12.8 .1-base-ubuntu22.04
37+ FROM nvcr.io/nvidia/cuda:12.9 .1-base-ubuntu22.04
3838ARG SAMPLE_NAME=nbody
3939LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
4040LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"
You can’t perform that action at this time.
0 commit comments