We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d9679 commit 7568765Copy full SHA for 7568765
etc/Dockerfile
@@ -35,7 +35,7 @@ RUN make -j$(nproc)
35
# Setup runtime container
36
FROM ${BASE_RUN_CONTAINER} AS runtime
37
RUN apt-get -y update \
38
- && apt-get -y install libavformat60 libavcodec60 libavdevice60 libavfilter9 libavutil58 libswscale7 libswresample4
+ && apt-get -y install libavformat58 libavcodec58 libavdevice58 libavfilter7 libavutil56 libswscale5 libswresample3
39
COPY --from=build --chmod=755 /app/build/whisper /usr/local/bin/whisper
40
COPY --from=build /app/build/whisper /usr/local/bin/whisper
41
COPY --chmod=755 etc/entrypoint.sh .
0 commit comments