Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -5,6 +5,7 @@ WORKDIR /app
|
|
5 |
COPY ./requirements.txt /app/requirements.txt
|
6 |
|
7 |
RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
|
|
|
8 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
9 |
|
10 |
# User
|
|
|
5 |
COPY ./requirements.txt /app/requirements.txt
|
6 |
|
7 |
RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
|
8 |
+
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
9 |
RUN pip3 install --no-cache-dir -r /app/requirements.txt
|
10 |
|
11 |
# User
|