Spaces:
Runtime error
Runtime error
a.pourmand
commited on
Commit
·
1f7a30b
1
Parent(s):
d15224c
update
Browse files- docker-compose.yaml +2 -2
docker-compose.yaml
CHANGED
@@ -13,8 +13,8 @@ services:
|
|
13 |
tty: true
|
14 |
stdin_open: true
|
15 |
volumes:
|
16 |
-
- Cache/:/home/user/temp/torch
|
17 |
-
- Cache/:/home/user/temp/.cache
|
18 |
build:
|
19 |
context: .
|
20 |
container_name: whisper_large_v2
|
|
|
13 |
tty: true
|
14 |
stdin_open: true
|
15 |
volumes:
|
16 |
+
- ./Cache/:/home/user/temp/torch
|
17 |
+
- ./Cache/:/home/user/temp/.cache
|
18 |
build:
|
19 |
context: .
|
20 |
container_name: whisper_large_v2
|