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

Support for CUDA in devcontainer #6

Open
gschramm opened this issue Nov 17, 2023 · 3 comments
Open

Support for CUDA in devcontainer #6

gschramm opened this issue Nov 17, 2023 · 3 comments

Comments

@gschramm
Copy link

@KrisThielemans @johnstairs would it be possible to install CUDA in the devcontainer such that we could run recons using cuda (e.g. via using cupy or or the pytorch build with cuda)?

@KrisThielemans
Copy link
Contributor

GitHub Codespaces doesn't currently support CUDA AFAIK (see e.g.here.
Even if this would be possible, you would have to pay for it likely.

These restrictions might not apply for locally run codespaces via VS Code.

If it would be possible, you'd need 2 different configs (no/with GPU). the only way I know that that can be done is by having 2 different branches.

@johnstairs will know more.

@gschramm
Copy link
Author

A local solution would be sufficient for me.
As an alternative, I could also build yardl from the sources in a conda environment.

@KrisThielemans
Copy link
Contributor

As an alternative, I could also build yardl from the sources in a conda environment.

Easier to download binaries from https://github.com/microsoft/yardl/releases

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

No branches or pull requests

2 participants