Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 5, 2025
1 parent c893054 commit 4982049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WORKDIR /app
COPY . /app

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

ENTRYPOINT ["whisper-ctranslate2"]

0 comments on commit 4982049

Please sign in to comment.