retriever-api / spaces.yml
CarlosMalaga's picture
Update spaces.yml
2cfebfc verified
raw
history blame contribute delete
162 Bytes
space_type: "python"
executor_image: "python:3.10-slim"
build:
- pip install -r requirements.txt
- pip install gunicorn
run:
- gunicorn -w 4 -b :80 app:app