Skip to content

Commit ccef449

Browse files
authored
Fix Dockerfile.intel_gpu build issue (opea-project#1429)
Signed-off-by: Zhu, Yongbo <yongbo.zhu@intel.com>
1 parent 006bd91 commit ccef449

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

comps/third_parties/vllm/src/Dockerfile.intel_gpu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ WORKDIR /workspace
2626

2727
RUN git clone -b v0.6.6.post1 https://github.com/vllm-project/vllm.git
2828

29-
#ARG GIT_REPO_CHECK=0
30-
#RUN --mount=type=bind,source=.git,target=.git \
31-
# if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh ; fi
32-
29+
RUN python3 -m pip install -U pip
3330
# install build requirements
3431
RUN PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" python3 -m pip install -r /workspace/vllm/requirements-build.txt
3532
# build vLLM with OpenVINO backend

tests/third_parties/test_third_parties_vllm_openvino_on_intel_arc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ start_container() {
5252

5353
# Function to test API endpoint
5454
function test_api_endpoint {
55+
5556
local endpoint="$1"
5657
local expected_status="$2"
5758

0 commit comments

Comments
 (0)