Skip to content

Commit

Permalink
Merge pull request #563 from elezar/bump-cuda-base-image
Browse files Browse the repository at this point in the history
Bump CUDA base image version to 12.3.2
  • Loading branch information
shivamerla committed Feb 29, 2024
2 parents ae80a71 + 74c4d15 commit aee007e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog

- Bump CUDA base image version to 12.3.2

### Version v0.15.0-rc.1
- Import GPU Feature Discovery into the GPU Device Plugin repo. This means that
the same version and container image is used for both components.
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ VERSION ?= v0.15.0-rc.1
# vVERSION represents the version with a guaranteed v-prefix
vVERSION := v$(VERSION:v%=%)

CUDA_VERSION ?= 12.3.1
CUDA_VERSION ?= 12.3.2
GOLANG_VERSION ?= 1.21.5

BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
Expand Down

0 comments on commit aee007e

Please sign in to comment.