andreped commited on
Commit
e42163f
·
1 Parent(s): 1063824

Bump typing_extensions==4.7.1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ COPY ./requirements.txt /code/requirements.txt
37
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
38
 
39
  # resolve issue with tf==2.4 and gradio dependency collision issue
40
- RUN pip install --force-reinstall typing_extensions==4.4.0
41
 
42
  # Install wget
43
  RUN apt install wget -y && \
 
37
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
38
 
39
  # resolve issue with tf==2.4 and gradio dependency collision issue
40
+ RUN pip install --force-reinstall typing_extensions==4.7.1
41
 
42
  # Install wget
43
  RUN apt install wget -y && \