mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 20:08:38 +02:00
Seperated model caching volumes (#1845)
This commit is contained in:
@@ -282,7 +282,7 @@ services:
|
|||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
# Not necessary, this is just to reduce download time during startup
|
# Not necessary, this is just to reduce download time during startup
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- indexing_huggingface_model_cache:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -353,3 +353,4 @@ volumes:
|
|||||||
vespa_volume:
|
vespa_volume:
|
||||||
# Created by the container itself
|
# Created by the container itself
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
indexing_huggingface_model_cache:
|
||||||
|
@@ -289,7 +289,7 @@ services:
|
|||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
# Not necessary, this is just to reduce download time during startup
|
# Not necessary, this is just to reduce download time during startup
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- indexing_huggingface_model_cache:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -360,3 +360,4 @@ volumes:
|
|||||||
vespa_volume:
|
vespa_volume:
|
||||||
# Created by the container itself
|
# Created by the container itself
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
indexing_huggingface_model_cache:
|
||||||
|
@@ -132,7 +132,7 @@ services:
|
|||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
# Not necessary, this is just to reduce download time during startup
|
# Not necessary, this is just to reduce download time during startup
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- indexing_huggingface_model_cache:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -207,3 +207,4 @@ volumes:
|
|||||||
vespa_volume:
|
vespa_volume:
|
||||||
# Created by the container itself
|
# Created by the container itself
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
indexing_huggingface_model_cache:
|
||||||
|
@@ -146,7 +146,7 @@ services:
|
|||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
# Not necessary, this is just to reduce download time during startup
|
# Not necessary, this is just to reduce download time during startup
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- indexing_huggingface_model_cache:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
@@ -225,3 +225,4 @@ volumes:
|
|||||||
vespa_volume:
|
vespa_volume:
|
||||||
# Created by the container itself
|
# Created by the container itself
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
indexing_huggingface_model_cache:
|
||||||
|
Reference in New Issue
Block a user