AarnavNoble commited on
Commit
e5a10da
·
verified ·
1 Parent(s): 2b15089

Upload nixpacks.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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"