epipred / render.yaml
mercelv's picture
uploaded app
920c25b verified
Raw
History Blame Contribute Delete
637 Bytes
services:
- type: web
name: epitope-predictor
env: python
plan: free
buildCommand: |
pip install --upgrade pip
pip install -r requirements.txt
startCommand: gunicorn --bind 0.0.0.0:$PORT --timeout 300 --workers 1 --max-requests 1000 --preload wsgi:app
envVars:
- key: PYTHON_VERSION
value: 3.12.7
- key: FLASK_ENV
value: production
- key: FLASK_DEBUG
value: false
- key: PYTHONPATH
value: /opt/render/project/src
healthCheckPath: /
disk:
name: epitope-disk
mountPath: /opt/render/project/src/static/uploads
sizeGB: 1