Update docker-compose.yaml
Browse files- docker-compose.yaml +2 -2
docker-compose.yaml
CHANGED
|
@@ -16,7 +16,7 @@ services:
|
|
| 16 |
- ./cache/hf-mount:/tmp/hf-mount-cache:rw
|
| 17 |
command: >
|
| 18 |
"mkdir -p /mnt/hf/public /mnt/hf/private &&
|
| 19 |
-
hf-mount-fuse vost/pub-scripts /mnt/hf/public --
|
| 20 |
-
hf-mount-fuse bucket vost/priv-configs /mnt/hf/private --
|
| 21 |
wait"
|
| 22 |
restart: unless-stopped
|
|
|
|
| 16 |
- ./cache/hf-mount:/tmp/hf-mount-cache:rw
|
| 17 |
command: >
|
| 18 |
"mkdir -p /mnt/hf/public /mnt/hf/private &&
|
| 19 |
+
hf-mount-fuse vost/pub-scripts /mnt/hf/public --hf-token $${HF_TOKEN} --allow-other --cache-size 10000000000 &
|
| 20 |
+
hf-mount-fuse bucket vost/priv-configs /mnt/hf/private --hf-token $${HF_TOKEN} --allow-other --cache-size 2000000000 &&
|
| 21 |
wait"
|
| 22 |
restart: unless-stopped
|