File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 containers :
88 - name : cuda-vector-add
99 # https://catalog.ngc.nvidia.com/orgs/nvidia/teams/k8s/containers/cuda-sample
10- image : " nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda11.7.1-ubuntu20 .04"
10+ image : " nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda12.5.0-ubuntu22 .04"
1111 resources :
1212 limits :
1313 nvidia.com/gpu : 1
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ $(BUILD_TARGETS): build-%:
7575 --build-arg VERSION=" $( VERSION) " \
7676 --build-arg GIT_COMMIT=" $( GIT_COMMIT) " \
7777 --build-arg BUILDER_IMAGE=" $( BUILDER_IMAGE) " \
78- --build-arg CUDA_SAMPLE_IMAGE=nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda$(CUDA_SAMPLES_VERSION ) -ubi8 \
78+ --build-arg CUDA_SAMPLE_IMAGE=nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda$(CUDA_SAMPLES_VERSION ) \
7979 --build-arg GOLANG_VERSION=" $( GOLANG_VERSION) " \
8080 --build-arg CVE_UPDATES=" $( CVE_UPDATES) " \
8181 --file $(DOCKERFILE ) $(BUILD_DIR )
Original file line number Diff line number Diff line change 1515# Include global variables from gpu-operator project root
1616include $(CURDIR ) /../versions.mk
1717
18- CUDA_SAMPLES_VERSION ?= 11.7.1
18+ CUDA_SAMPLES_VERSION ?= 12.5.0
1919GOLANG_VERSION ?= 1.24.3
You can’t perform that action at this time.
0 commit comments