Spaces:
Running
Running
Commit
·
96ee34f
1
Parent(s):
3a236ec
fixes
Browse files- backend/utils.py +1 -1
backend/utils.py
CHANGED
@@ -19,5 +19,5 @@ def download_models(models):
|
|
19 |
|
20 |
def install_git_lfs():
|
21 |
|
22 |
-
os.system("chmod
|
23 |
os.system("git lfs install")
|
|
|
19 |
|
20 |
def install_git_lfs():
|
21 |
|
22 |
+
os.system("chmod -R 777 /home/user/app/.git/hooks/pre-push")
|
23 |
os.system("git lfs install")
|