Skip to content

Commit

Permalink
Merge pull request #4 from andreped/dev
Browse files Browse the repository at this point in the history
Upgraded typing_extensions to 4.4.0 due to install bug in Docker
  • Loading branch information
andreped committed Jun 5, 2023
2 parents 6f732cb + d9f6fb5 commit e33a06e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ resources/
*.obj
*log.csv
*.ini
gradio_cached_examples/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ resources/
*.obj
*log.csv
*.ini
gradio_cached_examples/
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.0.0
RUN pip install --force-reinstall typing_extensions==4.4.0

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

0 comments on commit e33a06e

Please sign in to comment.