Tag |
Description |
Size |
latest |
python 3.10, Fooocus 2.4.3 |
~ 14.5 GB |
Connect Port |
Internal Port |
Description |
22 |
22 |
SSH Server |
7860 |
7860 |
Fooocus Webui |
8888 |
8888 |
Jupyter Lab |
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) |
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
GPL-3.0