Skip to content

Commit

Permalink
fix ffmpeg build on hpu (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spycsh authored and xiguiw committed Aug 12, 2024
1 parent 4cf982c commit 3e34aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions comps/asr/whisper/Dockerfile_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN useradd -m -s /bin/bash user && \
# Set environment variables
ENV LANG=en_US.UTF-8
ENV PYTHONPATH=/home/user:/usr/lib/habanalabs/:/optimum-habana
ENV LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

# Install system dependencies
RUN apt-get update \
Expand Down
1 change: 1 addition & 0 deletions comps/tts/speecht5/Dockerfile_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN rm -rf /etc/ssh/ssh_host*
# Set environment variables
ENV LANG=en_US.UTF-8
ENV PYTHONPATH=/home/user:/usr/lib/habanalabs/:/optimum-habana
ENV LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

# Install system dependencies
RUN apt-get update \
Expand Down

0 comments on commit 3e34aa0

Please sign in to comment.