File size: 244 Bytes
4952128
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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