diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-27 19:05:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-27 19:05:01 +0000 |
commit | cc075d6cc859e427ecbffc1e454d70b34da2cdfb (patch) | |
tree | 82bed88363b025c88bc3f1404ad4df5e37e2cb55 /docker-compose.yaml | |
parent | refextract fix. wasnt copying libmagic over in the final docker image (diff) | |
download | devourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.tar.gz devourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.zip |
wip
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yaml | 3 |
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: |