| services: | |
| - type: web | |
| name: cat-dog-classifier | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python app.py | |
| pythonVersion: 3.10.13 | |
| services: | |
| - type: web | |
| name: cat-dog-classifier | |
| env: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: python app.py | |
| pythonVersion: 3.10.13 | |