Skip to content

Commit

Permalink
whisper: Fix container build failure (#470)
Browse files Browse the repository at this point in the history
Signed-off-by: Lianhao Lu <[email protected]>
  • Loading branch information
lianhao authored Aug 13, 2024
1 parent f46f1f3 commit d5b8cdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions comps/asr/whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ RUN pip install --no-cache-dir --upgrade pip && \
else \
pip install --no-cache-dir -r /home/user/comps/asr/requirements.txt ; \
fi
pip list

ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/asr/whisper

ENTRYPOINT ["python", "whisper_server.py", "--device", "cpu"]
ENTRYPOINT ["python", "whisper_server.py", "--device", "cpu"]

0 comments on commit d5b8cdf

Please sign in to comment.