Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import subprocess
|
|
4 |
import shlex
|
5 |
subprocess.run(
|
6 |
shlex.split(
|
7 |
-
"pip install ./nvdiffrast-0.3.1
|
8 |
)
|
9 |
)
|
10 |
# target_path = "/root/.cache/torch_extensions/py310_cu121"
|
|
|
4 |
import shlex
|
5 |
subprocess.run(
|
6 |
shlex.split(
|
7 |
+
"pip install ./nvdiffrast-0.3.1+torch-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|
8 |
)
|
9 |
)
|
10 |
# target_path = "/root/.cache/torch_extensions/py310_cu121"
|