Update docker-compose.yaml
Browse files- docker-compose.yaml +2 -2
docker-compose.yaml
CHANGED
|
@@ -17,13 +17,13 @@ services:
|
|
| 17 |
command: >
|
| 18 |
bash -c "
|
| 19 |
mkdir -p /mnt/hf/public /mnt/hf/private &&
|
| 20 |
-
hf-mount --fuse --hf-token $${HF_TOKEN} \
|
| 21 |
--cache-size 10000000000 \
|
| 22 |
--poll-interval-secs 15 \
|
| 23 |
--metadata-ttl-ms 5000 \
|
| 24 |
vost/pub-scripts /mnt/hf/public &
|
| 25 |
|
| 26 |
-
hf-mount --fuse --hf-token $${HF_TOKEN} \
|
| 27 |
--cache-size 2000000000 \
|
| 28 |
--poll-interval-secs 10 \
|
| 29 |
--metadata-ttl-ms 1000 \
|
|
|
|
| 17 |
command: >
|
| 18 |
bash -c "
|
| 19 |
mkdir -p /mnt/hf/public /mnt/hf/private &&
|
| 20 |
+
hf-mount start --fuse --hf-token $${HF_TOKEN} \
|
| 21 |
--cache-size 10000000000 \
|
| 22 |
--poll-interval-secs 15 \
|
| 23 |
--metadata-ttl-ms 5000 \
|
| 24 |
vost/pub-scripts /mnt/hf/public &
|
| 25 |
|
| 26 |
+
hf-mount start --fuse --hf-token $${HF_TOKEN} \
|
| 27 |
--cache-size 2000000000 \
|
| 28 |
--poll-interval-secs 10 \
|
| 29 |
--metadata-ttl-ms 1000 \
|