Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,5 @@ services:
image: ${REGISTRY:-opea}/lvm-llama-vision-guard:${TAG:-latest}
ipex-llm:
build:
context: ipex-llm
dockerfile: comps/third_parties/ipex/src/Dockerfile
image: ${REGISTRY:-opea}/ipex-llm:${TAG:-latest}
2 changes: 1 addition & 1 deletion comps/third_parties/whisper/src/Dockerfile.intel_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --chown=user:user comps /home/user/comps
RUN pip install --no-cache-dir --upgrade pip setuptools && \
pip install --no-cache-dir -r /home/user/comps/asr/src/requirements.txt && \
pip install --no-cache-dir optimum[habana] && \
pip install --cache-dir git+https://github.com/huggingface/optimum-habana.git@transformers_future && \
pip install --no-cache-dir git+https://github.com/huggingface/optimum-habana.git@transformers_future && \
pip install --no-cache-dir --upgrade Jinja2

ENV PYTHONPATH=$PYTHONPATH:/home/users
Expand Down