-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use CUDA #542
base: main
Are you sure you want to change the base?
Use CUDA #542
Conversation
ok |
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.
.devcontainer/devcontainer.json
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.
.devcontainer/devcontainer.json
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.
Ok
@@ -3,6 +3,11 @@ | |||
"hostRequirements": { | |||
"cpus": 4 | |||
}, | |||
"features": { | |||
"ghcr.io/devcontainers/features/nvidia-cuda:1": { | |||
"installCudnn": true |
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.
out in ok code
Ok |
As per docs linked above, this PR may not be necessary however doesn't block creation if you don't have access to GPUs, and is helpful if you do. |
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.
Following this guide, use CUDA to enable GPU access. This would be helpful for many AI workflows.