/Fooocus-docker

Docker image for Fooocus

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Docker image for Fooocus

python cuda GPL-3.0

Tags

Tag Description Size
latest python 3.10, Fooocus 2.4.3 ~ 14.5 GB

Models

Ports

Connect Port Internal Port Description
22 22 SSH Server
7860 7860 Fooocus Webui
8888 8888 Jupyter Lab

Environment Variables

Each of the following environment variable is optional, set either SSH_PASSWORD or PUBLIC_KEY for ssh access

Variable Description
SSH_PASSWORD Password for ssh access
PUBLIC_KEY Public Key for ssh access
SSH_USER Username for ssh access (default: root)

Running locally

docker run -d \
  --gpus all \
  -p 22:22 \
  -p 7860:7860 \
  -p 8888:8888 \
  yuvraj108c/fooocus:latest

Building the docker image

git clone https://github.com/yuvraj108c/Fooocus-Docker.git
cd Fooocus-Docker
docker-compose build latest

License

GPL-3.0