Automatic Speech Recognition
Ukrainian
Eval Results (legacy)
Yehor commited on
Commit
ff26a35
·
verified ·
1 Parent(s): 8f92047

Create docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +11 -0
docker-compose.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: '3'
2
+
3
+ services:
4
+ flashlight_cpu:
5
+ image: flml/flashlight:cpu-latest
6
+ container_name: flashlight_cpu
7
+ stdin_open: true
8
+ tty: true
9
+ volumes:
10
+ - ./data/:/data
11
+ - ./models/:/models