Skip to content

Commit

Permalink
Merge pull request #6 from miyataka/fix/v1.4.3
Browse files Browse the repository at this point in the history
chore: bump version to 1.4.3
  • Loading branch information
miyataka authored Nov 21, 2023
2 parents d5546ea + 80b2ad9 commit f94c051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.2 --depth 1
RUN git clone https://github.com/ggerganov/whisper.cpp.git -b v1.4.3 --depth 1

# whisper.cpp setup
WORKDIR /usr/local/src/whisper.cpp
Expand Down
2 changes: 1 addition & 1 deletion cmd/whisper-cpp_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"path/filepath"
)

const preparedImage = "miyataka/whisper.cpp-docker:v1.4.2"
const preparedImage = "miyataka/whisper.cpp-docker:v1.4.3"

func main() {
// flag
Expand Down

0 comments on commit f94c051

Please sign in to comment.