-
Notifications
You must be signed in to change notification settings - Fork 116
chore(deps): update nvidia/cuda docker tag to v12.9.2 #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| # --- Build stage --- | ||
| FROM nvidia/cuda:12.1.0-devel-ubuntu22.04 AS builder | ||
| FROM nvidia/cuda:12.9.2-devel-ubuntu22.04 AS builder | ||
| ENV DEBIAN_FRONTEND=noninteractive | ||
|
|
||
| ENV DIRPATH=/workspace | ||
|
|
@@ -32,7 +32,7 @@ RUN ./configure \ | |
|
|
||
|
|
||
| # --- Runtime stage --- | ||
| FROM nvidia/cuda:12.1.0-runtime-ubuntu22.04 | ||
| FROM nvidia/cuda:12.9.2-runtime-ubuntu22.04 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| ENV NVIDIA_VISIBLE_DEVICES all | ||
| ENV NVIDIA_DRIVER_CAPABILITIES compute,video,utility | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CUDA version
12.9.2does not appear to be a valid tag in the officialnvidia/cudaDocker Hub repository. The latest available versions in the 12.x series are currently12.8.0or12.6.3. Using a non-existent tag will cause the build to fail. Please verify the version number and update it to a valid release.