Compare commits
No commits in common. "f6ce97d7fd7cc5d74deb1f6d0443016939147fae" and "65670af78ffb01268d25971649dec9802f9ce9d4" have entirely different histories.
f6ce97d7fd
...
65670af78f
1 changed files with 0 additions and 9 deletions
|
|
@ -24,17 +24,8 @@ services:
|
||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
count: 1
|
count: 1
|
||||||
capabilities: [gpu]
|
capabilities: [gpu]
|
||||||
volumes:
|
|
||||||
# Persist Surya (datalab) + HuggingFace model caches so rebuilds don't
|
|
||||||
# re-download ~1.5 GB of weights every time.
|
|
||||||
- ix_surya_cache:/root/.cache/datalab
|
|
||||||
- ix_hf_cache:/root/.cache/huggingface
|
|
||||||
labels:
|
labels:
|
||||||
infrastructure.web_url: "http://192.168.68.42:8994"
|
infrastructure.web_url: "http://192.168.68.42:8994"
|
||||||
backup.enable: "true"
|
backup.enable: "true"
|
||||||
backup.type: "postgres"
|
backup.type: "postgres"
|
||||||
backup.name: "infoxtractor"
|
backup.name: "infoxtractor"
|
||||||
|
|
||||||
volumes:
|
|
||||||
ix_surya_cache:
|
|
||||||
ix_hf_cache:
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue