Spaces:
Build error
Build error
Commit
·
d85ed91
1
Parent(s):
d708636
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ 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 |
|
29 |
os.system('apt-get install git-lfs')
|
30 |
|
31 |
|
|
|
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 |
|