Spaces:
Running
Running
set -e | |
echo "π Installing Python dependencies" | |
python -m pip install --upgrade pip | |
python -m pip install -r requirements.txt | |
# Create caches and tmp directories used by code | |
mkdir -p model_cache tmp | |
chmod -R 777 model_cache tmp | |
echo "β Python dependencies installed" |