aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-27 19:05:01 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-27 19:05:01 +0000
commitcc075d6cc859e427ecbffc1e454d70b34da2cdfb (patch)
tree82bed88363b025c88bc3f1404ad4df5e37e2cb55 /docker-compose.yaml
parentrefextract fix. wasnt copying libmagic over in the final docker image (diff)
downloaddevourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.tar.gz
devourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.zip
wip
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index b8e16e5..fd29695 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -18,11 +18,13 @@ services:
- WIKI_SEARCH_URL=https://en.wikipedia.org/w/api.php
- SERVER_DEPLOYMENT_TYPE=deployment
- TIKA_CLIENT_ONLY=True
+ - TRANSFORMERS_CACHE=/huggingface/cache/
cap_drop:
- ALL
entrypoint: ["/docker-entrypoint.sh"]
volumes:
- devourer-nltk-data:/root/nltk_data/
+ - devourer-hg-cache:/huggingface/cache/
tika:
image: apache/tika:2.0.0
networks:
@@ -51,3 +53,4 @@ networks:
volumes:
cargo-vault:
devourer-nltk-data:
+ devourer-hg-cache: