bark / README.docker.md
jamalsenouci's picture
Upload folder using huggingface_hub
c6919c4

A newer version of the Gradio SDK is available: 5.9.1

Upgrade

Instructions for Docker

Building the Docker image

docker build -t bark-infinity:latest .

Running the image

docker run --gpus all -p 7860:7860 -v "$(pwd)/.cache:/root/.cache" -v "$(pwd):/src" --rm -e GRADIO_SERVER_NAME=0.0.0.0 bark-infinity:latest

You can now use it at http://localhost:7860