all
Browse files- huggingface.yml +4 -0
huggingface.yml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build:
|
| 2 |
+
- pip install -r requirements.txt
|
| 3 |
+
- npm install prisma
|
| 4 |
+
- npx prisma generate
|