Compare commits

...

1 Commits

Author SHA1 Message Date
a27225c1ea Update AvatarChatbot/docker_compose/intel/cpu/xeon/compose.yaml
Some checks failed
Create an issue to GenAIInfra on push / Create issue (push) Has been cancelled
Nightly build/publish latest docker images / get-build-matrix (push) Has been cancelled
Nightly build/publish latest docker images / build-comps-base (push) Has been cancelled
Nightly build/publish latest docker images / build-images (push) Has been cancelled
Nightly build/publish latest docker images / test-example (push) Has been cancelled
Nightly build/publish latest docker images / get-image-list (push) Has been cancelled
Nightly build/publish latest docker images / publish (push) Has been cancelled
Trellix Command Line Scanner / Trellix (push) Has been cancelled
Weekly test all examples on multiple HWs / get-test-matrix (push) Has been cancelled
Weekly test all examples on multiple HWs / build-comps-base (push) Has been cancelled
Weekly test all examples on multiple HWs / run-examples (push) Has been cancelled
Update Docker Hub Description / get-images-matrix (push) Has been cancelled
Update Docker Hub Description / check-images-matrix (push) Has been cancelled
Update Docker Hub Description / dockerHubDescription (push) Has been cancelled
Check stale issue and pr / close-issues (push) Has been cancelled
Daily update vLLM & vLLM-fork version / freeze-tag (vLLM, vllm-project/vllm, VLLM_VER) (push) Has been cancelled
Daily update vLLM & vLLM-fork version / freeze-tag (vLLM-fork, HabanaAI/vllm-fork, VLLM_FORK_VER) (push) Has been cancelled
2025-05-21 18:48:26 +00:00

View File

@@ -1,4 +1,3 @@
# Copyright (C) 2024 Intel Corporation # Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
@@ -31,7 +30,7 @@ services:
ports: ports:
- "3006:80" - "3006:80"
volumes: volumes:
- "${MODEL_CACHE:-./data}:/data" - "./data:/data"
shm_size: 1g shm_size: 1g
environment: environment:
no_proxy: ${no_proxy} no_proxy: ${no_proxy}