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 65cda2a commit 44e848aCopy full SHA for 44e848a
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.274.02 570.195.03 580.95.05
17
18
-GOLANG_VERSION := 1.25.2
+GOLANG_VERSION ?= 1.25.2
0 commit comments