Spaces:
Sleeping
Sleeping
Chandima Prabhath
commited on
Commit
·
67b571c
1
Parent(s):
0388d92
Remove FFmpeg installation from Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -6,9 +6,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
-
# Install FFmpeg
|
| 10 |
-
RUN apt-get update && apt-get install -y ffmpeg
|
| 11 |
-
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
|
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 11 |
|