Update install.sh
Browse files- 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
|