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

A4000 not supported #4

Open
CoWayger opened this issue Feb 22, 2023 · 1 comment
Open

A4000 not supported #4

CoWayger opened this issue Feb 22, 2023 · 1 comment

Comments

@CoWayger
Copy link

Hello,
anyone know how to edit Dockerfile to support for newer GPUs? Will this need to also update code somehow?

@aleks648
Copy link

You might want to try changing the first line in the docker file from
FROM nvidia/cuda:11.1-base
to
FROM nvidia/cuda:12.1.0-base-ubuntu20.04
Hopefully that will ensure the latest version of pytorch gets installed which should support newer GPUs.

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