Spaces:
Runtime error
Runtime error
a.pourmand
commited on
Commit
•
4952128
1
Parent(s):
df83547
docker compose
Browse files- docker-compose.yaml +12 -0
docker-compose.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: "3.7"
|
2 |
+
|
3 |
+
services:
|
4 |
+
pyannote_speaker_diarization:
|
5 |
+
image: pyannote-speaker-diarization:v0.1
|
6 |
+
build:
|
7 |
+
context: .
|
8 |
+
container_name: pyannote-speaker-diarization
|
9 |
+
tty: true
|
10 |
+
stdin_open: true
|
11 |
+
ports:
|
12 |
+
- 8011:9000
|