mathiaszinnen commited on
Commit
7bce4a4
·
1 Parent(s): 3e99b05

Downgrade pillow to 9.5.0

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -23,4 +23,6 @@ RUN pip install -e .
23
 
24
  RUN pip install gradio
25
 
 
 
26
  CMD ["python", "app.py"]
 
23
 
24
  RUN pip install gradio
25
 
26
+ RUN pip install pillow==9.5.0
27
+
28
  CMD ["python", "app.py"]