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

Fix PyTorch not recognizing the GPU and add to Dockerfile #4

Open
justincange opened this issue Jan 26, 2023 · 1 comment
Open

Fix PyTorch not recognizing the GPU and add to Dockerfile #4

justincange opened this issue Jan 26, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@justincange
Copy link
Contributor

No description provided.

@justincange justincange added the bug Something isn't working label Feb 6, 2023
@sdpetrides
Copy link
Member

@AnivRay After some installations, I was able to connect to the GPU via Python3.6 outside of Docker.

$ python3
>>> import torch
>>> torch.cuda.is_available()
True

Connecting inside Docker maybe a different ballgame. This guide may be helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants