SmartCertify-ML / render.yaml
Harsh Yadav
CREATE : Trained the model
6de2f28
raw
history blame contribute delete
344 Bytes
# SmartCertify ML — Render Blueprint
# Deploy with: https://render.com/deploy
services:
- type: web
name: smartcertify-ml
runtime: docker
dockerfilePath: ./Dockerfile
plan: free
envVars:
- key: ML_API_KEY
value: smartcertify-dev-key
- key: LOG_LEVEL
value: INFO
healthCheckPath: /health