Ashrafb commited on
Commit
0666a8d
1 Parent(s): 89abfa3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM python:3.10
4
  # Set the working directory to /code
5
  WORKDIR /code
6
 
 
7
  # Copy the current directory contents into the container at /code
8
  COPY ./requirements.txt /code/requirements.txt
9
 
 
4
  # Set the working directory to /code
5
  WORKDIR /code
6
 
7
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
8
  # Copy the current directory contents into the container at /code
9
  COPY ./requirements.txt /code/requirements.txt
10