Bump typing_extensions==4.7.1
Browse files- 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.
|
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 && \
|