Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ subprocess.run(
|
|
21 |
)
|
22 |
)
|
23 |
subprocess.run(shlex.split(
|
24 |
-
"pip install ./nvdiffrast.whl --force-reinstall --no-deps"
|
25 |
), check=True)
|
26 |
# os.environ["CXX"] = os.popen("which g++").read().strip()
|
27 |
# os.environ["CC"] = os.popen("which gcc").read().strip()
|
|
|
21 |
)
|
22 |
)
|
23 |
subprocess.run(shlex.split(
|
24 |
+
"pip install ./nvdiffrast-0.3.1.torch-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|
25 |
), check=True)
|
26 |
# os.environ["CXX"] = os.popen("which g++").read().strip()
|
27 |
# os.environ["CC"] = os.popen("which gcc").read().strip()
|