We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083bfff commit 90bbeb9Copy full SHA for 90bbeb9
1 file changed
interactive_ai/workflows/project_ie/Dockerfile
@@ -30,7 +30,7 @@ FROM base AS runtime
30
31
# Install runtime dependencies
32
RUN apt-get update && \
33
- apt-get install -y --no-install-recommends \
+ apt-get install -y --no-install-recommends ffmpeg=7:5.1.*-0+deb12u1 \
34
libgl1=1.6.* \
35
libglib2.0-0=2.74.* \
36
curl && \
0 commit comments