wissamantoun commited on
Commit
96ee34f
1 Parent(s): 3a236ec
Files changed (1) hide show
  1. 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 a+rwx /home/user/app/.git/hooks/pre-push")
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")