Skip to content

Commit

Permalink
bump cuda base image version to 12.4.2 and go to 1.22.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Apr 11, 2024
1 parent eb7bf80 commit 67574f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployments/systemd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ chmod a+rx ${PROFILED_DIR}

${DOCKER} run --rm \
-v ${BINARY_DIR}:/dest \
golang:1.20.1 \
golang:1.22.2 \
sh -c "
go install $MIG_PARTED_GO_GET_PATH@latest
mv /go/bin/nvidia-mig-parted /dest/nvidia-mig-parted
Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ VERSION ?= v0.6.0

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.3.2
GOLANG_VERSION := 1.20.5
CUDA_VERSION := 12.4.1
GOLANG_VERSION := 1.22.2

BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)
Expand Down

0 comments on commit 67574f7

Please sign in to comment.