Skip to content

Commit

Permalink
Bump typing_extensions==4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 11, 2023
1 parent 1063824 commit e42163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

# resolve issue with tf==2.4 and gradio dependency collision issue
RUN pip install --force-reinstall typing_extensions==4.4.0
RUN pip install --force-reinstall typing_extensions==4.7.1

# Install wget
RUN apt install wget -y && \
Expand Down

0 comments on commit e42163f

Please sign in to comment.