File size: 187 Bytes
5c9ce3f | 1 2 3 4 5 6 7 8 9 |
services:
- type: web
name: cat-dog-classifier
env: python
buildCommand: pip install -r requirements.txt
startCommand: python app.py
pythonVersion: 3.10.13
|
5c9ce3f | 1 2 3 4 5 6 7 8 9 |
services:
- type: web
name: cat-dog-classifier
env: python
buildCommand: pip install -r requirements.txt
startCommand: python app.py
pythonVersion: 3.10.13
|