FarhanAK128 commited on
Commit
490903c
·
verified ·
1 Parent(s): ac714e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,6 +10,9 @@ RUN apt-get update && apt-get install -y \
10
  git \
11
  libgl1-mesa-glx \
12
  libglib2.0-0 \
 
 
 
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # Disable Streamlit telemetry
 
10
  git \
11
  libgl1-mesa-glx \
12
  libglib2.0-0 \
13
+ ffmpeg \
14
+ libsm6 \
15
+ libxext6 \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Disable Streamlit telemetry