isnel55 commited on
Commit
8f1fc60
·
verified ·
1 Parent(s): 3a8d648

Create render.yaml

Browse files
Files changed (1) hide show
  1. render.yaml +9 -0
render.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ services:
2
+ - type: web
3
+ name: devmastergpt
4
+ runtime: python
5
+ buildCommand: pip install -r requirements.txt
6
+ startCommand: bash start.sh
7
+ envVars:
8
+ - key: HUGGINGFACEHUB_API_TOKEN
9
+ value: YOUR_TOKEN_HERE