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 3194c18 commit 61c7b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ ENV APP_DIR=/usr/local/src/whisper
WORKDIR $APP_DIR
RUN mkdir $APP_DIR/models
ENV WHISPER_MODEL_DIR=$APP_DIR/models
ENV WHISPER_MODEL=$WHISPER_MODEL
RUN R -e "cat(sprintf('Downloading <%s> to %s', Sys.getenv('WHISPER_MODEL', unset = 'medium'), Sys.getenv('WHISPER_MODEL_DIR')))"
RUN R -e "audio.whisper::whisper_download_model(Sys.getenv('WHISPER_MODEL', unset = 'medium'), version = '1.5.4')"

Expand Down

0 comments on commit 61c7b65

Please sign in to comment.