new
Browse files
app.py
CHANGED
@@ -7,6 +7,11 @@ subprocess.run(
|
|
7 |
"pip install ./nvdiffrast-0.3.1.torch-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|
8 |
)
|
9 |
)
|
|
|
|
|
|
|
|
|
|
|
10 |
# os.environ["CXX"] = os.popen("which g++").read().strip()
|
11 |
# os.environ["CC"] = os.popen("which gcc").read().strip()
|
12 |
os.environ['CUDA_LAUNCH_BLOCKING']="1"
|
|
|
7 |
"pip install ./nvdiffrast-0.3.1.torch-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|
8 |
)
|
9 |
)
|
10 |
+
subprocess.run(
|
11 |
+
shlex.split(
|
12 |
+
"pip install ./renderutils_plugin-1.0-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|
13 |
+
)
|
14 |
+
)
|
15 |
# os.environ["CXX"] = os.popen("which g++").read().strip()
|
16 |
# os.environ["CC"] = os.popen("which gcc").read().strip()
|
17 |
os.environ['CUDA_LAUNCH_BLOCKING']="1"
|
renderutils_plugin-1.0-cp310-cp310-linux_x86_64.whl
ADDED
Binary file (662 kB). View file
|
|