metavoice-src icon indicating copy to clipboard operation
metavoice-src copied to clipboard

docker fails - invalid runtime nvidia

Open StarkBotha opened this issue 1 year ago • 3 comments
trafficstars

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 avatar May 07 '24 20:05 StarkBotha

@StarkBotha same issue here

CaptainJeff avatar May 09 '24 01:05 CaptainJeff

We don't have a windows env atm. Would greatly appreciate a PR from either of you :)

sidroopdaska avatar May 09 '24 22:05 sidroopdaska

@sidroopdaska i'm actually using an macbook pro

CaptainJeff avatar May 09 '24 22:05 CaptainJeff

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.

lucapericlp avatar May 14 '24 21:05 lucapericlp

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

Ty-Wattana avatar May 24 '24 10:05 Ty-Wattana