alexnasa commited on
Commit
c12d742
·
verified ·
1 Parent(s): 78c2edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -11,6 +11,10 @@ os.environ['TORCH_CUDA_ARCH_LIST'] = '9.0'
11
 
12
  import subprocess
13
 
 
 
 
 
14
  import shutil
15
  import sys
16
  import tempfile
 
11
 
12
  import subprocess
13
 
14
+ def sh(cmd): subprocess.check_call(cmd, shell=True)
15
+
16
+ sh("pip install pytorch3d-0.7.9-cp310-cp310-linux_x86_64.whl")
17
+
18
  import shutil
19
  import sys
20
  import tempfile