vost commited on
Commit
54f0f0c
·
verified ·
1 Parent(s): 4343e0f

Update docker-compose.yaml

Browse files
Files changed (1) hide show
  1. 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 --fuse --hf-token $${HF_TOKEN} --allow-other --cache-size 10000000000 &
20
- hf-mount-fuse bucket vost/priv-configs /mnt/hf/private --fuse --hf-token $${HF_TOKEN} --allow-other --cache-size 2000000000 &&
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