LTT commited on
Commit
af9c065
1 Parent(s): 307fdf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"