Spaces:
Running
Running
Create render.yaml
Browse files- 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
|