Update install.sh
This commit is contained in:
parent
779275581f
commit
7b63681290
|
@ -23,7 +23,7 @@ sudo docker ps
|
||||||
ollama pull llama2
|
ollama pull llama2
|
||||||
|
|
||||||
# Install prerequisites for Stable Diffusion
|
# Install prerequisites for Stable Diffusion
|
||||||
sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev git
|
sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev git pip
|
||||||
|
|
||||||
# Install Stable Diffusion
|
# Install Stable Diffusion
|
||||||
curl https://pyenv.run | bash
|
curl https://pyenv.run | bash
|
||||||
|
|
Loading…
Reference in New Issue