Spaces:
Runtime error
Runtime error
imperialwool
commited on
Commit
•
8d3735e
1
Parent(s):
c6a149f
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -4,10 +4,10 @@ RUN apt update
|
|
4 |
|
5 |
RUN apt install ffmpeg -y
|
6 |
|
7 |
-
FROM python:3.10
|
8 |
-
|
9 |
WORKDIR /
|
10 |
|
11 |
-
RUN pip install --no-cache-dir --upgrade -r
|
|
|
|
|
12 |
|
13 |
-
CMD ["python3
|
|
|
4 |
|
5 |
RUN apt install ffmpeg -y
|
6 |
|
|
|
|
|
7 |
WORKDIR /
|
8 |
|
9 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
10 |
+
|
11 |
+
RUN python --version
|
12 |
|
13 |
+
CMD ["python3", "app.py"]
|