Skip to content

Does this code run only on V100, which does not support 3090? #45

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

Open
zhangxiaoxiao-tech opened this issue Jun 24, 2022 · 2 comments
Open

Comments

@zhangxiaoxiao-tech
Copy link

The following error occurs when running on 3090:

“WARNING: Detected NVIDIA GeForce RTX 3090 GPU, which is not yet supported in this version of the container
ERROR: No supported GPU(s) detected to run this container”

@linjieli222
Copy link
Owner

linjieli222 commented Jul 6, 2022

Our docker is built on V100 GPUs and inherited from nvidia built pytorch docker: pytorch:19.10-py3 from here. If you wish to support on your own GPU version, you may need to rebuilt the docker image with compatible pytorch dockers from nvidia.

@linjieli222
Copy link
Owner

If pytorch:19.10-py3 is compatible with RTX 3090, you can simply run docker build ./ -t <your_docker_image_name> to rebuild the same enviroments to the released docker image.

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