Skip to content

Commit

Permalink
chore: bump version of whisper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
miyataka committed Mar 1, 2023
1 parent b8635fa commit ee2575c
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 @@ -3,7 +3,7 @@ FROM ubuntu:jammy
WORKDIR /usr/local/src
RUN apt update
RUN apt install -y git ffmpeg make g++ vim wget
RUN git clone https://github.com/ggerganov/whisper.cpp.git -b v1.2.0 --depth 1
RUN git clone https://github.com/ggerganov/whisper.cpp.git -b v1.2.1 --depth 1

# whisper.cpp setup
WORKDIR /usr/local/src/whisper.cpp
Expand Down

0 comments on commit ee2575c

Please sign in to comment.