Spaces:
Sleeping
Sleeping
Commit
·
d213f67
1
Parent(s):
f0b744f
why it stopped lol
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN chmod -R 777 /app
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
-
RUN apt update && apt install ffmpeg
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
12 |
|
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
+
RUN apt update && apt install ffmpeg python3 python3-pip python-is-python3 software-properties-common -y
|
10 |
|
11 |
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
12 |
|