roll-ai commited on
Commit
eba0cc0
·
verified ·
1 Parent(s): e8d210a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]