yinwentao commited on
Commit
9398402
·
1 Parent(s): 8f87ffb

updateRequirements

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -3,10 +3,12 @@ import os
3
 
4
  os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
5
  os.system(f"pip install tensorflow-gpu==2.8.1")
6
- os.system(f"pip install ./freqencoder")
7
- os.system(f"pip install ./shencoder")
8
- os.system(f"pip install ./gridencoder")
9
- os.system(f"pip install ./raymarching")
 
 
10
 
11
  #os.system(f"pip install -v -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers")
12
 
 
3
 
4
  os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
5
  os.system(f"pip install tensorflow-gpu==2.8.1")
6
+
7
+ fs.ls("/home/user/local", detail=False)
8
+ # os.system(f"pip install ./freqencoder")
9
+ # os.system(f"pip install ./shencoder")
10
+ # os.system(f"pip install ./gridencoder")
11
+ # os.system(f"pip install ./raymarching")
12
 
13
  #os.system(f"pip install -v -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers")
14