Graduation / asr-compose.yaml
tuananh18's picture
Create asr-compose.yaml
1d81545 verified
raw
history blame
566 Bytes
version: '3.8'
services:
wav2vec-service:
image: duyta506/graduation:wav2vec-lastest
container_name: wav2vec-container
ports:
- "3000:3000"
restart: unless-stopped
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=compute,utility
whisper-service:
image: duyta506/graduation:whisper-latest-gpu12.0
container_name: whisper-container
ports:
- "5678:5678"
restart: unless-stopped
environment:
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=compute,utility