DevMasterGPTplus / render.yaml
Rigaud3000
πŸš€ Deploying DevMasterGPT to Hugging Face Space
3cbc654
raw
history blame contribute delete
231 Bytes
services:
- type: web
name: devmastergpt
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: bash start.sh
envVars:
- key: HUGGINGFACEHUB_API_TOKEN
value: YOUR_TOKEN_HERE