We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cae45a commit 60dc0acCopy full SHA for 60dc0ac
Makefile
@@ -256,6 +256,7 @@ $(VGPU_GUEST_DRIVER_BUILD_TARGETS):
256
--build-arg DRIVER_VERSION="$(DRIVER_VERSION)" \
257
--build-arg DRIVER_BRANCH="$(DRIVER_BRANCH)" \
258
--build-arg GOLANG_VERSION="$(GOLANG_VERSION)" \
259
+ --build-arg CUDA_VERSION="$(CUDA_VERSION)" \
260
--build-arg CVE_UPDATES="$(CVE_UPDATES)" \
261
$(DOCKER_BUILD_ARGS) \
262
--file $(DOCKERFILE) \
versions.mk
@@ -15,4 +15,4 @@
15
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16
DRIVER_VERSIONS ?= 535.261.03 570.172.08 580.82.07
17
18
-GOLANG_VERSION := 1.25.1
+GOLANG_VERSION ?= 1.25.1
0 commit comments