Skip to content

Commit 7568765

Browse files
committed
Updated dockerfile
1 parent 74d9679 commit 7568765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN make -j$(nproc)
3535
# Setup runtime container
3636
FROM ${BASE_RUN_CONTAINER} AS runtime
3737
RUN apt-get -y update \
38-
&& apt-get -y install libavformat60 libavcodec60 libavdevice60 libavfilter9 libavutil58 libswscale7 libswresample4
38+
&& apt-get -y install libavformat58 libavcodec58 libavdevice58 libavfilter7 libavutil56 libswscale5 libswresample3
3939
COPY --from=build --chmod=755 /app/build/whisper /usr/local/bin/whisper
4040
COPY --from=build /app/build/whisper /usr/local/bin/whisper
4141
COPY --chmod=755 etc/entrypoint.sh .

0 commit comments

Comments
 (0)