Spaces:
Runtime error
Runtime error
thuralinhtut
commited on
Commit
•
83235be
1
Parent(s):
07b3e03
docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
|
|
10 |
|
11 |
|
12 |
# Install OpenCV dependencies
|
13 |
-
RUN apt-get update && apt-get install -y libsm6 libxext6 libxrender-dev
|
14 |
|
15 |
# Copy the requirements file to the working directory
|
16 |
COPY requirements.txt .
|
|
|
10 |
|
11 |
|
12 |
# Install OpenCV dependencies
|
13 |
+
RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6 libxrender-dev libgl1-mesa-glx
|
14 |
|
15 |
# Copy the requirements file to the working directory
|
16 |
COPY requirements.txt .
|