zuv0 commited on
Commit
12eeacf
·
verified ·
1 Parent(s): 9cc0370

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -0
install.sh CHANGED
@@ -83,6 +83,7 @@ cd .git
83
  rm -rf lfs
84
 
85
  cd /workspace/firstContainer
 
86
  python3.10 ./SD/launch.py --reinstall-torch --opt-sdp-attention --no-download-sd-model --exit
87
  pip cache purge
88
  sudo apt clean
 
83
  rm -rf lfs
84
 
85
  cd /workspace/firstContainer
86
+ apt-get install -y libgl1-mesa-glx
87
  python3.10 ./SD/launch.py --reinstall-torch --opt-sdp-attention --no-download-sd-model --exit
88
  pip cache purge
89
  sudo apt clean