Spaces:
Sleeping
Sleeping
Upload nixpacks.toml with huggingface_hub
Browse files- nixpacks.toml +8 -0
nixpacks.toml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[phases.setup]
|
| 2 |
+
nixPkgs = ["python312", "gcc"]
|
| 3 |
+
|
| 4 |
+
[phases.install]
|
| 5 |
+
cmds = ["pip install -r backend/requirements.txt"]
|
| 6 |
+
|
| 7 |
+
[start]
|
| 8 |
+
cmd = "bash startup.sh"
|