invoke-ai-docker
: Simple and easy InvokeAI docker setup with GPU support
-
Install the lastest version of Make:
$ sudo apt update $ sudo apt install make
-
Install the latest version of Docker including the
compose plugin
, also requires enabling the Buildkit backend -
Install the latest version of the NVIDIA Container Toolkit
-
Get the repo:
$ git clone [email protected]:collectiveai-team/invoke-ai-docker.git $ cd invoke-ai-docker
-
Build the docker image:
$ make build
-
Run the image on
gpu
:$ make run
-
Run the image on
cpu
:$ make run-cpu