Skip to content

Commit 20c2108

Browse files
authored
Merge pull request #128 from tariq1890/bump-cuda-base-n-ver
bump cuda base image and kubevirt-dp versions
2 parents 665e4f8 + b26c199 commit 20c2108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
ARG CUDA_IMAGE=cuda
28-
ARG CUDA_VERSION=12.6.3
28+
ARG CUDA_VERSION=12.8.0
2929
ARG BASE_DIST=ubi9
3030

3131
FROM nvcr.io/nvidia/${CUDA_IMAGE}:${CUDA_VERSION}-base-${BASE_DIST} as builder

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
DOCKER_REPO ?= "nvcr.io/nvidia/kubevirt-gpu-device-plugin"
28-
DOCKER_TAG ?= v1.2.10
28+
DOCKER_TAG ?= v1.3.0
2929

3030
build:
3131
go build -o nvidia-kubevirt-gpu-device-plugin kubevirt-gpu-device-plugin/cmd

0 commit comments

Comments
 (0)