Podcaster / Zonos-main /docker-compose.yml
Styner1's picture
Upload 27 files
20a5020 verified
raw
history blame contribute delete
332 Bytes
version: '3.8'
services:
zonos:
build:
context: .
dockerfile: Dockerfile
container_name: zonos_container
runtime: nvidia
network_mode: "host"
stdin_open: true
tty: true
command: ["python3", "gradio_interface.py"]
environment:
- NVIDIA_VISIBLE_DEVICES=0
- GRADIO_SHARE=False