Skip to content

Commit

Permalink
Merge pull request kubernetes#123614 from ameukam/bump-cuda-version
Browse files Browse the repository at this point in the history
test: Bump CUDA images
  • Loading branch information
k8s-ci-robot committed Mar 3, 2024
2 parents 19df52c + 3bada5d commit 3086d88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions test/images/cuda-vector-add/BASEIMAGE
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
linux/amd64=nvidia/cuda:11.1.1-devel-ubuntu18.04
linux/arm64=nvidia/cuda:11.1.1-devel-ubuntu18.04
linux/ppc64le=nvidia/cuda:11.1.1-devel-ubuntu18.04
linux/amd64=nvidia/cuda:11.4.3-devel-ubuntu20.04
linux/arm64=nvidia/cuda:11.4.3-devel-ubuntu20.04
2 changes: 1 addition & 1 deletion test/images/cuda-vector-add/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG BASEIMAGE
FROM $BASEIMAGE

ENV CUDA_PKG_VERSION=11-1
ENV CUDA_PKG_VERSION=11-4
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
RUN apt-get update && apt-get install -y --no-install-recommends \
cuda-samples-$CUDA_PKG_VERSION && \
Expand Down
2 changes: 1 addition & 1 deletion test/images/cuda-vector-add/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3
2.4

0 comments on commit 3086d88

Please sign in to comment.