TTS-OPENAI-FREE / docker-compose.rocm.yml
imseldrith's picture
Upload folder using huggingface_hub (#2)
2a8b06e verified
raw
history blame contribute delete
541 Bytes
services:
server:
build:
dockerfile: Dockerfile
args:
- USE_ROCM=1
image: ghcr.io/matatonic/openedai-speech-rocm
env_file: speech.env
ports:
- "8000:8000"
volumes:
- ./voices:/app/voices
- ./config:/app/config
# To install as a service
restart: unless-stopped
# For AMD GPU (ROCm) Support
cap_add:
- SYS_PTRACE
devices:
- /dev/kfd
- /dev/dri
security_opt:
- seccomp=unconfined
group_add:
- video
- audio
ipc: host