Spaces:
Runtime error
Runtime error
a.pourmand
commited on
Commit
•
53445d9
1
Parent(s):
c9d0859
change
Browse files- docker-compose.yaml +1 -1
docker-compose.yaml
CHANGED
@@ -17,7 +17,7 @@ services:
|
|
17 |
tty: true
|
18 |
stdin_open: true
|
19 |
volumes:
|
20 |
-
-
|
21 |
- ./cache/:/home/user/.cache/
|
22 |
ports:
|
23 |
- 8005:9000
|
|
|
17 |
tty: true
|
18 |
stdin_open: true
|
19 |
volumes:
|
20 |
+
- ./torch/:/home/user/temp/torch
|
21 |
- ./cache/:/home/user/.cache/
|
22 |
ports:
|
23 |
- 8005:9000
|