Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Use CUDA #542

wants to merge 1 commit into from

Conversation

jacobhq
Copy link

@jacobhq jacobhq commented Feb 15, 2024

Following this guide, use CUDA to enable GPU access. This would be helpful for many AI workflows.

@jjadhav799
Copy link

ok

Copy link

@thedeep369 thedeep369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.devcontainer/devcontainer.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.devcontainer/devcontainer.json

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out in ok code

@Abhi7739309
Copy link

Following this guide, use CUDA to enable GPU access. This would be helpful for many AI workflows.

Ok

@jacobhq
Copy link
Author

jacobhq commented Aug 2, 2024

Note: This section only applies to customers who can create codespaces on machines that use a GPU. The ability to choose a machine type that uses a GPU was offered to selected customers during a trial period. This option is not generally available.

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.

Copy link

@Blowme79 Blowme79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants