Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -17,6 +17,9 @@ RUN pip install av
|
|
17 |
|
18 |
RUN pip install -r requirements.txt
|
19 |
|
|
|
|
|
|
|
20 |
EXPOSE 7860
|
21 |
|
22 |
CMD ["python", "app.py"]
|
|
|
17 |
|
18 |
RUN pip install -r requirements.txt
|
19 |
|
20 |
+
RUN pip install --no-binary :all: av
|
21 |
+
|
22 |
+
|
23 |
EXPOSE 7860
|
24 |
|
25 |
CMD ["python", "app.py"]
|