Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ subprocess.run(
|
|
9 |
)
|
10 |
# target_path = "/root/.cache/torch_extensions/py310_cu121"
|
11 |
# --target {target_path}
|
12 |
-
os.makedirs(target_path, exist_ok=False)
|
13 |
subprocess.run(
|
14 |
shlex.split(
|
15 |
"pip install ./renderutils_plugin-1.0-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|
|
|
9 |
)
|
10 |
# target_path = "/root/.cache/torch_extensions/py310_cu121"
|
11 |
# --target {target_path}
|
12 |
+
# os.makedirs(target_path, exist_ok=False)
|
13 |
subprocess.run(
|
14 |
shlex.split(
|
15 |
"pip install ./renderutils_plugin-1.0-cp310-cp310-linux_x86_64.whl --force-reinstall --no-deps"
|