Skip to content

Commit 355e817

Browse files
committed
Fix issue
Signed-off-by: ZePan110 <[email protected]>
1 parent 556b21b commit 355e817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

comps/llms/src/text-generation/Dockerfile.intel_hpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY comps /home/user/comps
2424
ARG uvpip='uv pip install --system --no-cache-dir'
2525
RUN pip install --no-cache-dir --upgrade pip setuptools uv && \
2626
pip install --no-cache-dir optimum-habana==1.18.1 && \
27-
pip install --no-cache-dir git+https://github.com/HabanaAI/[email protected]
27+
pip install --no-cache-dir --no-build-isolation git+https://github.com/HabanaAI/[email protected]
2828

2929
RUN git clone ${REPO} --depth 1 --branch ${REPO_VER} /home/user/optimum-habana && rm -rf /home/user/optimum-habana/.git
3030

comps/llms/src/text-generation/Dockerfile.intel_hpu_phi4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY comps /home/user/comps
2222
ARG uvpip='uv pip install --system --no-cache-dir'
2323
RUN pip install --no-cache-dir --upgrade pip setuptools uv && \
2424
pip install --no-cache-dir optimum-habana==1.18.0 && \
25-
pip install --no-cache-dir git+https://github.com/HabanaAI/[email protected]
25+
pip install --no-cache-dir --no-build-isolation git+https://github.com/HabanaAI/[email protected]
2626

2727
WORKDIR /home/user/comps/llms/src/text-generation
2828
RUN $uvpip -r requirements.txt && \

0 commit comments

Comments
 (0)