Spaces:
Build error
Build error
| set -e | |
| # First, install Cython | |
| pip install --no-cache-dir Cython | |
| # Then install the rest of your requirements | |
| pip install --no-cache-dir -r requirements.txt | |