docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. #406
Replies: 1 comment
-
I have opened an issue for this #410. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i started the docker as described: docker run -d --rm --gpus all --shm-size=256m -p 8008:8008 -v refact-perm-storage:/perm_storage smallcloud/refact_self_hosting:latest
but im getting the error response from daemon: could not select device driver "" with capabilities: [[gpu]].
I don't think is missing driver because private AI and Ollama are running fine
I can run it without --gpus all, but then it is useless
Im running ubuntu 22.04 lts
Gpu: nvidia t1000 8Gb (just for testing) (driver 535)
Cpu: i9 13900
Ram: 64Gb
Beta Was this translation helpful? Give feedback.
All reactions