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
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.
Hello,
anyone know how to edit Dockerfile to support for newer GPUs? Will this need to also update code somehow?
The text was updated successfully, but these errors were encountered: