How to install using Docker? #778
-
Is there a guide to install
I edited the
and Docker should build & run the container. However, in the yml file there's a reference to a non-existing
is it fine to leave this args list empty? If not, which are some typical arguments I should set? I'm running on a system with a NVIDIA GPU. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I didn't keep notes but got mine working with something like.... On linux I had install the NVIDIA Container Toolkit for it to run and access the GPU, I have no idea about windows, check here: Copy run |
Beta Was this translation helpful? Give feedback.
I didn't keep notes but got mine working with something like....
On linux I had install the NVIDIA Container Toolkit for it to run and access the GPU, I have no idea about windows, check here:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
Might be builtin
Copy
.env_docker.example
->.env_docker
edit file as needed:
WEBUI_ARGS=--save-metadata
run
docker-compose up -d
ordocker compose up -d