Skip to content

Commit

Permalink
medium
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 22, 2024
1 parent 67f7dd3 commit d385458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ ENV APP_DIR=/usr/local/src/whisper
WORKDIR $APP_DIR
RUN mkdir $APP_DIR/models
ENV WHISPER_MODEL_DIR=$APP_DIR/models
RUN R -e "audio.whisper::whisper_download_model(Sys.getenv('WHISPER_MODEL'), version = '1.5.4')"
RUN R -e "audio.whisper::whisper_download_model(Sys.getenv('WHISPER_MODEL', unset = 'medium'), version = '1.5.4')"

CMD ["R"]

0 comments on commit d385458

Please sign in to comment.