Docker Desktop on Windows with WSL2 and Nvidia card 5090 #2953
Javdu10
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
In the odysseus folder there is a docker-compose.gpu-nvidia.yml. you need to change your docker compose command to use that file instead, which exposes your GPU to the docker images. The direction are missing that. the command i used is The extra piece of config is |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! Seems like the cookbook is falling short somewhere and could not identify what yet, I had
nvidia-smishowing my cardSo I went in the container and built it manually, starting from the start :
Go in the docker container from odysseus folder in wsl
docker compose exec odysseus bash1. Add the correct NVIDIA CUDA keyring for Debian 13
2. Install CUDA toolkit / dependencies
Full toolkit:
3. Export CUDA paths
Optional but useful:
Verify:
4. Build
llama-serverwith CUDA for RTX 50905. Put
llama-serverwhere Odysseus expects itln -sf /app/llama.cpp/build/bin/llama-server ~/bin/llama-server6. Verify the binary
7. Then re-serve the model from Odysseus
Odysseus should now find the built llama-server and just use it
All reactions