Spaces:
Sleeping
Sleeping
jhj0517
commited on
Commit
•
3ab496b
1
Parent(s):
e1b34b8
Update default volume path
Browse files- docker-compose.yaml +2 -2
docker-compose.yaml
CHANGED
@@ -9,8 +9,8 @@ services:
|
|
9 |
# Update paths to mount models and output paths to your custom paths, e.g:
|
10 |
# - C:/sam2-models/custom/path:/sam2-playground/models
|
11 |
# - C:/sam2-playground-outputs/custom/path:/sam2-playground/outputs
|
12 |
-
-
|
13 |
-
-
|
14 |
|
15 |
ports:
|
16 |
- "7860:7860"
|
|
|
9 |
# Update paths to mount models and output paths to your custom paths, e.g:
|
10 |
# - C:/sam2-models/custom/path:/sam2-playground/models
|
11 |
# - C:/sam2-playground-outputs/custom/path:/sam2-playground/outputs
|
12 |
+
- /sam2-playground/models
|
13 |
+
- /sam2-playground/outputs
|
14 |
|
15 |
ports:
|
16 |
- "7860:7860"
|