taiwanese-hakka-whisper-public / docker-compose.yml
ouob's picture
feat: pull or clone
e0096e7
raw
history blame contribute delete
385 Bytes
version: '3.8'
services:
app1:
build: .
networks:
- default
- nginx-bridge
environment:
- CUDA_VISIBLE_DEVICES=all
- VIRTUAL_PORT=7860
ports:
- 7862:7860
env_file:
- .env
networks:
nginx-bridge:
external: true
# docker run -it --entrypoint bash -p 7862:7860 --env-file .env -v $(pwd):/home/user/app taiwanese-hakka-whisper-app1