Spaces:
Build error
Build error
set -e | |
echo "π¦ Installing dependencies from requirements.txt..." | |
pip install --no-cache-dir -r requirements.txt | |
echo "π Forcing correct huggingface-hub version..." | |
pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4 | |
echo "π Checking installed huggingface-hub version..." | |
pip show huggingface-hub | grep Version | |
echo "β Installation complete." |