Skip to content

Commit

Permalink
Updated gdown in the Dockerfile to fix an "Access Denied" error when …
Browse files Browse the repository at this point in the history
…downloading TalkNet models. See wkentaro/gdown#292
  • Loading branch information
hydrusbeta committed Jun 7, 2024
1 parent 3c86f6c commit 61a5a9e
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 @@ -39,7 +39,7 @@ RUN python -m pip install \
dash[celery]==2.11.0 \
dash-bootstrap-components==1.4.1 \
hay_say_common==1.0.8 \
gdown==4.7.1 \
gdown==5.2.0 \
jsonschema==4.17.3 \
huggingface_hub==0.15.1 \
pymongo==4.5.0 \
Expand Down

0 comments on commit 61a5a9e

Please sign in to comment.