File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
comps/llms/text-generation/vllm Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2024 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- cd ../../../../
4
+ cd ../../../../../
5
5
docker build \
6
6
-t opea/llm-vllm:latest \
7
7
--build-arg https_proxy=$https_proxy \
Original file line number Diff line number Diff line change 30
30
31
31
# Build the docker image for vLLM based on the hardware mode
32
32
if [ " $hw_mode " = " hpu" ]; then
33
- docker build -f docker/ Dockerfile.intel_hpu -t opea/vllm:hpu --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
33
+ docker build -f Dockerfile.intel_hpu -t opea/vllm:hpu --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
34
34
else
35
35
git clone https://github.com/vllm-project/vllm.git
36
36
cd ./vllm/
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2024 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- cd ../../../../
4
+ cd ../../../../../
5
5
docker build \
6
6
-t opea/llm-vllm-ray:latest \
7
7
--build-arg https_proxy=$https_proxy \
8
8
--build-arg http_proxy=$http_proxy \
9
- -f comps/llms/text-generation/vllm/ray/docker/ Dockerfile .
9
+ -f comps/llms/text-generation/vllm/ray/Dockerfile .
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2024 Intel Corporation
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- cd ../../../../
4
+ cd ../../../../../../
5
5
6
6
docker build \
7
- -f comps/llms/text-generation/vllm/ray/server/docker /Dockerfile \
7
+ -f comps/llms/text-generation/vllm/ray/dependency /Dockerfile \
8
8
-t opea/vllm_ray:habana \
9
9
--network=host \
10
10
--build-arg http_proxy=${http_proxy} \
You can’t perform that action at this time.
0 commit comments