Skip to content

Commit

Permalink
Dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
chinese-soup committed Apr 19, 2023
1 parent 37c3e7a commit 8867909
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 @@ -16,7 +16,7 @@ RUN git clone https://github.com/ggerganov/whisper.cpp.git && \

FROM debian:bookworm-slim AS build-release-stage
# TODO: Can't use distroless because of ffmpeg binary requirement, could use static build
# Still, debian-slim is still slimmer than golang:1.19 image
# TODO: Still, debian-slim is still a lot slimmer than golang:1.19 image

COPY --from=build-stage /app/ /app/

Expand Down

0 comments on commit 8867909

Please sign in to comment.