Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import shlex
|
|
9 |
# )
|
10 |
subprocess.run([
|
11 |
"pip", "install", "--force-reinstall", "--no-deps",
|
12 |
-
"./nvdiffrast-0.3.1
|
13 |
])
|
14 |
# target_path = "/root/.cache/torch_extensions/py310_cu121"
|
15 |
# --target {target_path}
|
|
|
9 |
# )
|
10 |
subprocess.run([
|
11 |
"pip", "install", "--force-reinstall", "--no-deps",
|
12 |
+
"./nvdiffrast-0.3.1.torch-cp310-cp310-linux_x86_64.whl"
|
13 |
])
|
14 |
# target_path = "/root/.cache/torch_extensions/py310_cu121"
|
15 |
# --target {target_path}
|