We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5699e4 commit 589587aCopy full SHA for 589587a
comps/asr/src/integrations/dependency/whisper/Dockerfile.intel_hpu
@@ -22,7 +22,9 @@ COPY --chown=user:user comps /home/user/comps
22
# Install requirements and optimum habana
23
RUN pip install --no-cache-dir --upgrade pip && \
24
pip install --no-cache-dir -r /home/user/comps/asr/src/requirements.txt && \
25
- pip install --no-cache-dir optimum[habana]
+ pip install --no-cache-dir optimum[habana] && \
26
+ pip install git+https://github.com/huggingface/optimum-habana.git@transformers_future && \
27
+ pip install --no-cache-dir --upgrade Jinja2
28
29
ENV PYTHONPATH=$PYTHONPATH:/home/users
30
0 commit comments