File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
comps/third_parties/vllm/src Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ if [ "$hw_mode" = "hpu" ]; then
45
45
else
46
46
git clone https://github.com/vllm-project/vllm.git
47
47
cd ./vllm/
48
- VLLM_VER=" v0.8.2 "
48
+ VLLM_VER=" v0.8.3 "
49
49
echo " Check out vLLM tag ${VLLM_VER} "
50
50
git checkout ${VLLM_VER} & > /dev/null
51
- docker build -f Dockerfile.cpu -t opea/vllm-cpu:latest --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
51
+ docker build -f docker/ Dockerfile.cpu -t opea/vllm-cpu:latest --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
52
52
cd ..
53
53
rm -rf vllm
54
54
fi
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ function build_docker_images() {
20
20
cd $WORKPATH
21
21
git clone https://github.com/vllm-project/vllm.git
22
22
cd ./vllm/
23
- VLLM_VER=" v0.8.2 "
23
+ VLLM_VER=" v0.8.3 "
24
24
echo " Check out vLLM tag ${VLLM_VER} "
25
25
git checkout ${VLLM_VER} & > /dev/null
26
- docker build --no-cache -f Dockerfile.cpu -t ${REGISTRY:- opea} /vllm:${TAG:- latest} --shm-size=128g .
26
+ docker build --no-cache -f docker/ Dockerfile.cpu -t ${REGISTRY:- opea} /vllm:${TAG:- latest} --shm-size=128g .
27
27
if [ $? -ne 0 ]; then
28
28
echo " opea/vllm built fail"
29
29
exit 1
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ function build_docker_images() {
20
20
cd $WORKPATH
21
21
git clone https://github.com/vllm-project/vllm.git
22
22
cd ./vllm/
23
- VLLM_VER=" v0.8.2 "
23
+ VLLM_VER=" v0.8.3 "
24
24
echo " Check out vLLM tag ${VLLM_VER} "
25
25
git checkout ${VLLM_VER} & > /dev/null
26
- docker build --no-cache -f Dockerfile.cpu -t ${REGISTRY:- opea} /vllm:${TAG:- latest} --shm-size=128g .
26
+ docker build --no-cache -f docker/ Dockerfile.cpu -t ${REGISTRY:- opea} /vllm:${TAG:- latest} --shm-size=128g .
27
27
if [ $? -ne 0 ]; then
28
28
echo " opea/vllm built fail"
29
29
exit 1
You can’t perform that action at this time.
0 commit comments