Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -19,7 +19,6 @@ WORKDIR /app
|
|
19 |
# Copy the requirements file into the container
|
20 |
COPY --chown=user ./requirements.txt requirements.txt
|
21 |
# Install system dependencies (including FFmpeg)
|
22 |
-
sudo apt-get install libav-tools
|
23 |
# Install any needed packages specified in requirements.txt
|
24 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
25 |
|
|
|
19 |
# Copy the requirements file into the container
|
20 |
COPY --chown=user ./requirements.txt requirements.txt
|
21 |
# Install system dependencies (including FFmpeg)
|
|
|
22 |
# Install any needed packages specified in requirements.txt
|
23 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
24 |
|