SoDa12321 commited on
Commit
71056d7
·
verified ·
1 Parent(s): 415af1f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,9 +20,9 @@ ENV MPLCONFIGDIR=/tmp/.config/matplotlib
20
  RUN pip3 install --no-cache-dir \
21
  tensorflow==2.13.1 \
22
  numpy==1.24.3 \
23
- typing-extensions==4.6.1 \
24
  opencv-python-headless \
25
  matplotlib \
 
26
  gradio==3.0.12
27
 
28
  # Expose the port the app runs on
 
20
  RUN pip3 install --no-cache-dir \
21
  tensorflow==2.13.1 \
22
  numpy==1.24.3 \
 
23
  opencv-python-headless \
24
  matplotlib \
25
+ typing-extensions==4.8.0 \
26
  gradio==3.0.12
27
 
28
  # Expose the port the app runs on