euIaxs22 commited on
Commit
2b2558c
·
verified ·
1 Parent(s): 9e7ee5f

Update compose.yaml

Browse files
Files changed (1) hide show
  1. compose.yaml +2 -1
compose.yaml CHANGED
@@ -17,9 +17,10 @@ services:
17
  - vincie_hub:/data/.cache/huggingface/hub
18
  - vincie_ckpt:/data/ckpt/VINCIE-3B
19
  - vincie_out:/app/outputs
20
- - vincie_repo:/app/VINCIE
21
  volumes:
22
  vincie_hub: {}
23
  vincie_ckpt: {}
24
  vincie_out: {}
 
25
 
 
17
  - vincie_hub:/data/.cache/huggingface/hub
18
  - vincie_ckpt:/data/ckpt/VINCIE-3B
19
  - vincie_out:/app/outputs
20
+ - vincie_repo:/data/VINCIE
21
  volumes:
22
  vincie_hub: {}
23
  vincie_ckpt: {}
24
  vincie_out: {}
25
+ vincie_repo: {}
26