quantumiracle-git commited on
Commit
d708636
·
1 Parent(s): 424ffa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -25,6 +25,10 @@ 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
  if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive
29
  # url = 'https://drive.google.com/drive/folders/1JuNQS4R7axTezWj1x4KRAuRt_L26ApxA?usp=sharing' # './processed/' folder in google drive
30
  # url = 'https://drive.google.com/drive/folders/1o8Q9eX-J7F326zv4g2MZWlzR46uVkUF2?usp=sharing' # './processed_zip/' folder in 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('apt-get install git-lfs')
30
+
31
+
32
  if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive
33
  # url = 'https://drive.google.com/drive/folders/1JuNQS4R7axTezWj1x4KRAuRt_L26ApxA?usp=sharing' # './processed/' folder in google drive
34
  # url = 'https://drive.google.com/drive/folders/1o8Q9eX-J7F326zv4g2MZWlzR46uVkUF2?usp=sharing' # './processed_zip/' folder in google drive