diff --git a/deployment/docker_compose/docker-compose.dev.yml b/deployment/docker_compose/docker-compose.dev.yml index 9b5115f801f..f3a56934016 100644 --- a/deployment/docker_compose/docker-compose.dev.yml +++ b/deployment/docker_compose/docker-compose.dev.yml @@ -80,7 +80,6 @@ services: volumes: - local_dynamic_storage:/home/storage - file_connector_tmp_storage:/home/file_connector_storage - - model_cache_nltk:/root/nltk_data/ extra_hosts: - "host.docker.internal:host-gateway" logging: @@ -174,7 +173,6 @@ services: volumes: - local_dynamic_storage:/home/storage - file_connector_tmp_storage:/home/file_connector_storage - - model_cache_nltk:/root/nltk_data/ extra_hosts: - "host.docker.internal:host-gateway" logging: @@ -218,7 +216,6 @@ services: # Set to debug to get more fine-grained logs - LOG_LEVEL=${LOG_LEVEL:-info} volumes: - - model_cache_torch:/root/.cache/torch/ - model_cache_huggingface:/root/.cache/huggingface/ logging: driver: json-file @@ -246,7 +243,6 @@ services: # Set to debug to get more fine-grained logs - LOG_LEVEL=${LOG_LEVEL:-info} volumes: - - model_cache_torch:/root/.cache/torch/ - model_cache_huggingface:/root/.cache/huggingface/ logging: driver: json-file @@ -314,10 +310,12 @@ services: volumes: + # local_dynamic_storage is legacy only now local_dynamic_storage: - file_connector_tmp_storage: # used to store files uploaded by the user temporarily while we are indexing them + # used to store files uploaded by the user temporarily while we are indexing them + # file_connector_tmp_storage is legacy only now + file_connector_tmp_storage: db_volume: vespa_volume: - model_cache_torch: - model_cache_nltk: + # Created by the container itself model_cache_huggingface: diff --git a/deployment/docker_compose/docker-compose.prod-no-letsencrypt.yml b/deployment/docker_compose/docker-compose.prod-no-letsencrypt.yml index 5c5cd5a4663..32a7dae2659 100644 --- a/deployment/docker_compose/docker-compose.prod-no-letsencrypt.yml +++ b/deployment/docker_compose/docker-compose.prod-no-letsencrypt.yml @@ -23,7 +23,6 @@ services: volumes: - local_dynamic_storage:/home/storage - file_connector_tmp_storage:/home/file_connector_storage - - model_cache_nltk:/root/nltk_data/ extra_hosts: - "host.docker.internal:host-gateway" logging: @@ -54,7 +53,6 @@ services: volumes: - local_dynamic_storage:/home/storage - file_connector_tmp_storage:/home/file_connector_storage - - model_cache_nltk:/root/nltk_data/ extra_hosts: - "host.docker.internal:host-gateway" logging: @@ -104,7 +102,6 @@ services: # Set to debug to get more fine-grained logs - LOG_LEVEL=${LOG_LEVEL:-info} volumes: - - model_cache_torch:/root/.cache/torch/ - model_cache_huggingface:/root/.cache/huggingface/ logging: driver: json-file @@ -132,7 +129,6 @@ services: # Set to debug to get more fine-grained logs - LOG_LEVEL=${LOG_LEVEL:-info} volumes: - - model_cache_torch:/root/.cache/torch/ - model_cache_huggingface:/root/.cache/huggingface/ logging: driver: json-file @@ -204,10 +200,12 @@ services: volumes: + # local_dynamic_storage is legacy only now local_dynamic_storage: - file_connector_tmp_storage: # used to store files uploaded by the user temporarily while we are indexing them + # used to store files uploaded by the user temporarily while we are indexing them + # file_connector_tmp_storage is legacy only now + file_connector_tmp_storage: db_volume: vespa_volume: - model_cache_torch: - model_cache_nltk: + # Created by the container itself model_cache_huggingface: diff --git a/deployment/docker_compose/docker-compose.prod.yml b/deployment/docker_compose/docker-compose.prod.yml index 9c7202abd3c..c5b8177c4c4 100644 --- a/deployment/docker_compose/docker-compose.prod.yml +++ b/deployment/docker_compose/docker-compose.prod.yml @@ -23,7 +23,6 @@ services: volumes: - local_dynamic_storage:/home/storage - file_connector_tmp_storage:/home/file_connector_storage - - model_cache_nltk:/root/nltk_data/ extra_hosts: - "host.docker.internal:host-gateway" logging: @@ -54,7 +53,6 @@ services: volumes: - local_dynamic_storage:/home/storage - file_connector_tmp_storage:/home/file_connector_storage - - model_cache_nltk:/root/nltk_data/ extra_hosts: - "host.docker.internal:host-gateway" logging: @@ -117,7 +115,6 @@ services: # Set to debug to get more fine-grained logs - LOG_LEVEL=${LOG_LEVEL:-info} volumes: - - model_cache_torch:/root/.cache/torch/ - model_cache_huggingface:/root/.cache/huggingface/ logging: driver: json-file @@ -145,7 +142,6 @@ services: # Set to debug to get more fine-grained logs - LOG_LEVEL=${LOG_LEVEL:-info} volumes: - - model_cache_torch:/root/.cache/torch/ - model_cache_huggingface:/root/.cache/huggingface/ logging: driver: json-file @@ -221,10 +217,12 @@ services: volumes: + # local_dynamic_storage is legacy only now local_dynamic_storage: - file_connector_tmp_storage: # used to store files uploaded by the user temporarily while we are indexing them + # used to store files uploaded by the user temporarily while we are indexing them + # file_connector_tmp_storage is legacy only now + file_connector_tmp_storage: db_volume: vespa_volume: - model_cache_torch: - model_cache_nltk: + # Created by the container itself model_cache_huggingface: