Skip to content

collectiveai-team/invoke-ai-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invoke-ai-docker: Simple and easy InvokeAI docker setup with GPU support


Setup


  • 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 git@github.com:collectiveai-team/invoke-ai-docker.git
    $ cd invoke-ai-docker

Build & run


  • Build the docker image:

    $ make build
  • Run the image on gpu:

    $ make run
  • Run the image on cpu:

    $ make run-cpu

About

Simple and easy InvokeAI docker setup with GPU support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published