Tag | Description | Size |
---|---|---|
latest | python 3.10, stable audio 1 | ~ 11.6 GB |
Connect Port | Internal Port | Description |
---|---|---|
7860 | 7860 | Stable Audio Webui |
8888 | 8888 | Jupyter Lab |
docker run -d \
--gpus all \
-p 7860:7860 \
-p 8888:8888 \
yuvraj108c/stable-audio-1:latest
git clone https://github.com/yuvraj108c/stable-audio-1-docker
cd stable-audio-1-docker
mkdir models
# download models from https://huggingface.co/stabilityai/stable-audio-open-1.0/tree/main into ./models
# model.safetensors
# model_config.json
# build image
docker-compose build latest