GPU fix using RV Docker image with Windows 11 #1771
greenhawktobias
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using RV 0.20 Docker image with Windows 11. I've been struggeling to reach my GPU, NVIDIA GeFORCE RTX 3060 Ti with Docker and finally found a solution in this thread:
https://stackoverflow.com/questions/75682385/runtimeerror-cuda-error-no-kernel-image-is-available-for-execution-on-the-devi?fbclid=IwAR1Z5j02iEHgRyHUh3qVHTmQ-z5qi09ddzU-kz_BkaD8-oERAddZscXvGf8
The trick is doing pip install after running the container:
pip install --force-reinstall torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/
Beta Was this translation helpful? Give feedback.
All reactions