pyannote-speaker-diarization-2 / docker-compose.yaml
a.pourmand
docker compose
4952128
raw
history blame
244 Bytes
version: "3.7"
services:
pyannote_speaker_diarization:
image: pyannote-speaker-diarization:v0.1
build:
context: .
container_name: pyannote-speaker-diarization
tty: true
stdin_open: true
ports:
- 8011:9000