quantumiracle-git commited on
Commit
94f4143
·
1 Parent(s): d85ed91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ ENVS = ['ShadowHand', 'ShadowHandCatchAbreast', 'ShadowHandOver', 'ShadowHandBlo
25
  # os.remove('.git/hooks/pre-push') # https://github.com/git-lfs/git-lfs/issues/853
26
  LOAD_DATA_GOOGLE_DRIVE = False
27
 
28
- os.system('curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash')
29
- os.system('apt-get install git-lfs')
30
 
31
 
32
  if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive
 
25
  # os.remove('.git/hooks/pre-push') # https://github.com/git-lfs/git-lfs/issues/853
26
  LOAD_DATA_GOOGLE_DRIVE = False
27
 
28
+ os.system('curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash')
29
+ os.system('sudo apt-get install git-lfs')
30
 
31
 
32
  if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive