-
Notifications
You must be signed in to change notification settings - Fork 55
add CUDA 12.5 images #689
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
add CUDA 12.5 images #689
Changes from all commits
677117d
d2e18fb
adf7816
1f8045f
58af07a
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,7 +1,7 @@ | ||||||||||
| # syntax=docker/dockerfile:1 | ||||||||||
|
|
||||||||||
| ARG CUDA_VER=12.0.1 | ||||||||||
| ARG PYTHON_VER=3.11 | ||||||||||
| ARG CUDA_VER=unset | ||||||||||
| ARG PYTHON_VER=unset | ||||||||||
| ARG LINUX_DISTRO=ubuntu | ||||||||||
| ARG LINUX_DISTRO_VER=22.04 | ||||||||||
|
Comment on lines
5
to
6
Member
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. This need not be done in this PR. Just the discussion above ( #689 (comment) ) made me wonder Should we do the same thing for the Linux version?
Suggested change
If this sounds reasonable, happy to send a 2nd PR with this change. Also ok not doing this if we don't think it makes sense
Member
Author
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. Yes in my opinion, this is a pattern that should be used in any Dockerfile where it's unacceptable to silently fall back to default values if configuration is not passed. I just didn't want to go any further with it in this PR and grow the diff here. I'd support a 2nd PR with this change. |
||||||||||
| ARG LINUX_VER=${LINUX_DISTRO}${LINUX_DISTRO_VER} | ||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.