| services: | |
| - type: web | |
| name: movie-recommender-app | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: streamlit run app.py --server.port=$PORT --server.address=0.0.0.0 | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.10 | |
| services: | |
| - type: web | |
| name: movie-recommender-app | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: streamlit run app.py --server.port=$PORT --server.address=0.0.0.0 | |
| envVars: | |
| - key: PYTHON_VERSION | |
| value: 3.10 | |