Skip to content

luxurydab/fooocus-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker environment for Fooocus

Setup has been tested on Ubuntu 22.04 LTS with Nvidia video card

Install Git (skip this step if you already have Git)

Follow the instructions for your operating system https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Install Docker (skip this step if you already have Docker)

Instructions for Linux

Install Docker

How to install Docker on Ubuntu

Create the docker group

sudo groupadd docker
sudo usermod -aG docker $USER

Reboot system to apply changes

Activate support for NVIDIA GPUs in docker environment

sudo apt-get install nvidia-container-runtime
sudo systemctl restart docker

verify that you have nvidia accessible inside docker environment

docker run -it --rm --gpus all ubuntu nvidia-smi

Clone Fooocus Git repository

git clone https://github.com/lllyasviel/Fooocus.git

Run Fooocus

Start Fooocus by running next command

docker compose up

Open url http://localhost:7865

About

Docker environment for Fooocus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published