metavoice-src
metavoice-src copied to clipboard
docker fails - invalid runtime nvidia
docker-compose up -d server && docker-compose ps && docker-compose logs -f [+] Running 0/0
- Container metavoice-server Creating 0.0s Error response from daemon: unknown or invalid runtime name: nvidia
Windows 10 - Powershell
@StarkBotha same issue here
We don't have a windows env atm. Would greatly appreciate a PR from either of you :)
@sidroopdaska i'm actually using an macbook pro
Hey @CaptainJeff @StarkBotha, thanks for raising, I'm gonna close this issue given its out of the scope of our current support but I've created an explicit feature request issue that we can use to track in the future.
In docker-desktop in Setting --> Docker Engine: I change the JSON Docker daemon config file to
{ "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": false, "runtimes": { "nvidia": { "path": "/usr/bin/nvidia-container-runtime", "runtimeArgs": [] } } }
and it works for me