perler commited on
Commit
652fe08
·
1 Parent(s): 58711f5

without pyg_lib?

Browse files
Files changed (2) hide show
  1. app.py +2 -3
  2. requirements.txt +1 -1
app.py CHANGED
@@ -81,14 +81,13 @@ def run_on_gpu(input_point_cloud: gr.utils.NamedString,
81
  def main():
82
  print('Main...')
83
 
84
- print('Cloning PPSurf...')
85
  # Zero-GPU doesn't work with docker anymore, so here some manual setup
86
  # git submodule doesn't work in Gradio, so we clone it here
87
- subprocess.run(['pip', 'list'])
88
  # subprocess.run(['git', 'clone', 'https://github.com/cg-tuwien/ppsurf.git'])
89
  # subprocess.run(['pip', 'install', '-r', 'ppsurf/requirements', '--no-cache-dir'])
90
  # subprocess.run(['pip', 'install', '-r', 'requirements', '--no-cache-dir'])
91
- print('Cloning PPSurf... Done')
92
 
93
  subprocess.run(['pip', 'list'])
94
 
 
81
  def main():
82
  print('Main...')
83
 
84
+ print('Setting up PPSurf...')
85
  # Zero-GPU doesn't work with docker anymore, so here some manual setup
86
  # git submodule doesn't work in Gradio, so we clone it here
 
87
  # subprocess.run(['git', 'clone', 'https://github.com/cg-tuwien/ppsurf.git'])
88
  # subprocess.run(['pip', 'install', '-r', 'ppsurf/requirements', '--no-cache-dir'])
89
  # subprocess.run(['pip', 'install', '-r', 'requirements', '--no-cache-dir'])
90
+ print('Setting up PPSurf... Done')
91
 
92
  subprocess.run(['pip', 'list'])
93
 
requirements.txt CHANGED
@@ -7,7 +7,7 @@ numpy==2.2.3
7
  openpyxl==3.0.9
8
  overrides==7.7.0
9
  pandas==2.2.3
10
- pyg_lib==0.4.0+pt22cu121
11
  pillow>=10.2.0
12
  pyglet>=1.5.28
13
  pykdtree==1.4.1
 
7
  openpyxl==3.0.9
8
  overrides==7.7.0
9
  pandas==2.2.3
10
+ # pyg_lib==0.4.0+pt22cu121
11
  pillow>=10.2.0
12
  pyglet>=1.5.28
13
  pykdtree==1.4.1