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

Create docker-compose-gpu.yml

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