jingyangcarl commited on
Commit
b88d023
·
1 Parent(s): 98f4845
Files changed (1) hide show
  1. run.sh +1 -0
run.sh CHANGED
@@ -5,6 +5,7 @@ eval "$(conda shell.bash hook)"
5
  conda activate gradio-user
6
  export OMP_NUM_THREADS=4 # default is a wrong value: 7500m
7
 
 
8
  conda install -n gradio-user pytorch3d=0.7.7 -c pytorch3d -c conda-forge
9
  conda install -n gradio-user -c conda-forge open-clip-torch pytorch-lightning
10
 
 
5
  conda activate gradio-user
6
  export OMP_NUM_THREADS=4 # default is a wrong value: 7500m
7
 
8
+ pip install spaces matplotlib
9
  conda install -n gradio-user pytorch3d=0.7.7 -c pytorch3d -c conda-forge
10
  conda install -n gradio-user -c conda-forge open-clip-torch pytorch-lightning
11