LogicGoInfotechSpaces commited on
Commit
e78b9f1
·
1 Parent(s): d8cc4ae

fix: bump huggingface-hub to 0.20.3 to include split_torch_state_dict_into_shards

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN python -m pip install --upgrade pip && \
37
  # Speed up and lower RAM during model load (avoid upgrading hub)
38
  python -m pip install --no-deps accelerate && \
39
  # Ensure compatible hub version providing required symbols
40
- python -m pip install --upgrade --force-reinstall "huggingface-hub==0.17.3" "diffusers==0.23.0"
41
 
42
  EXPOSE 7860
43
 
 
37
  # Speed up and lower RAM during model load (avoid upgrading hub)
38
  python -m pip install --no-deps accelerate && \
39
  # Ensure compatible hub version providing required symbols
40
+ python -m pip install --upgrade --force-reinstall "huggingface-hub==0.20.3" "diffusers==0.23.0"
41
 
42
  EXPOSE 7860
43