Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AegionX
/
HoopMind_
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
HoopMind_
/
postinstall
AegionX
Create postinstall
ad1897d
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
204 Bytes
#!/bin/bash
echo
"🔧 Forcing correct huggingface_hub version..."
pip uninstall -y huggingface-hub
pip install huggingface_hub==0.29.1 --force-reinstall
echo
"✅ huggingface_hub pinned successfully"