wissamantoun commited on
Commit
70e642a
1 Parent(s): 8d50436

fixed sudo again

Browse files
Files changed (1) hide show
  1. backend/utils.py +1 -1
backend/utils.py CHANGED
@@ -19,7 +19,7 @@ def download_models(models):
19
 
20
  def install_git_lfs():
21
  os.system(
22
- "curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash"
23
  )
24
  os.system("apt-get install git-lfs")
25
  os.system("git lfs install")
 
19
 
20
  def install_git_lfs():
21
  os.system(
22
+ "curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash"
23
  )
24
  os.system("apt-get install git-lfs")
25
  os.system("git lfs install")