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 56e83ce commit 22f176dCopy full SHA for 22f176d
etc/Dockerfile
@@ -34,6 +34,8 @@ RUN make -j$(nproc)
34
35
# Setup runtime container
36
FROM ${BASE_RUN_CONTAINER} AS runtime
37
+RUN apt-get -y update \
38
+ && apt-get -y install libavcodec libavdevice libavfilter libavutil libswscale libswresample
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