You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“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”
The text was updated successfully, but these errors were encountered:
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.
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.
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”
The text was updated successfully, but these errors were encountered: