xvjiarui commited on
Commit
c89a1f5
·
1 Parent(s): 24ff9ea

add pip freeze for debug

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@
11
  import os
12
  # token = os.environ["GITHUB_TOKEN"]
13
  # os.system(f"pip install git+https://xvjiarui:{token}@github.com/xvjiarui/ODISE_NV.git")
 
14
  os.system("pip install git+https://github.com/NVlabs/ODISE.git")
15
 
16
  import itertools
 
11
  import os
12
  # token = os.environ["GITHUB_TOKEN"]
13
  # os.system(f"pip install git+https://xvjiarui:{token}@github.com/xvjiarui/ODISE_NV.git")
14
+ os.system("pip freeze")
15
  os.system("pip install git+https://github.com/NVlabs/ODISE.git")
16
 
17
  import itertools