Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 5, 2025
1 parent 0c079d9 commit 8daea19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ RUN apt-get update && apt-get install -y python3-pip
WORKDIR /app
COPY . /app

RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip3 install -U .
RUN pip3 install --no-cache-dir -U .
RUN python3 -c 'from faster_whisper import WhisperModel; WhisperModel("medium"); WhisperModel("large-v2")'

ENTRYPOINT ["whisper-ctranslate2"]

0 comments on commit 8daea19

Please sign in to comment.