- Ubuntu 22.04 LTS
- CUDA 12.1
- Python 3.10.12
- Stable Diffusion WebUI Forge
- Torch 2.1.2
- xformers 0.0.23.post1
- runpodctl
- croc
- rclone
This image is designed to work on RunPod. You can use my custom RunPod template to launch it on RunPod.
docker run -d \
--gpus all \
-v /workspace \
-p 3000:3001 \
-p 8888:8888 \
-e JUPYTER_PASSWORD=Jup1t3R! \
ashleykza/forge:latest
You can obviously substitute the image name and tag with your own.
Connect Port | Internal Port | Description |
---|---|---|
3000 | 3001 | Forge |
8888 | 8888 | Jupyter Lab |
Variable | Description | Default |
---|---|---|
JUPYTER_PASSWORD | Password for Jupyter Lab | Jup1t3R! |
DISABLE_AUTOLAUNCH | Disable Forge from launching automatically | (not set) |
Forge creates a log file, and you can tail the log instead of killing the service to view the logs.
Application | Log file |
---|---|
Forge | /workspace/logs/forge.log |
For example:
tail -f /workspace/logs/forge.log
Pull requests and issues on GitHub are welcome. Bug fixes and new features are encouraged.
You can contact me and get help with deploying your container to RunPod on the RunPod Discord Server below, my username is ashleyk.