Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 322 Bytes

README.docker.md

File metadata and controls

15 lines (10 loc) · 322 Bytes

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