Skip to content

Commit 44e848a

Browse files
Shiva Kumarshivakunv
authored andcommitted
Update base cuda and go runtime versions
Signed-off-by: Shiva Kumar (SW-CLOUD) <shivaku@nvidia.com>
1 parent 65cda2a commit 44e848a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ $(VGPU_GUEST_DRIVER_BUILD_TARGETS):
256256
--build-arg DRIVER_VERSION="$(DRIVER_VERSION)" \
257257
--build-arg DRIVER_BRANCH="$(DRIVER_BRANCH)" \
258258
--build-arg GOLANG_VERSION="$(GOLANG_VERSION)" \
259+
--build-arg CUDA_VERSION="$(CUDA_VERSION)" \
259260
--build-arg CVE_UPDATES="$(CVE_UPDATES)" \
260261
$(DOCKER_BUILD_ARGS) \
261262
--file $(DOCKERFILE) \

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
1616
DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.95.05
1717

18-
GOLANG_VERSION := 1.25.2
18+
GOLANG_VERSION ?= 1.25.2

0 commit comments

Comments
 (0)