Update install1.sh

This commit is contained in:
RomanNum3ral 2025-03-05 17:18:56 +00:00
parent 36ffe14297
commit 6c90c03b2b
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin
sudo docker run -d --network=host -v open-webui:/app/backend/data -e OLLAMA_BASE_URL=http://127.0.0.1:11434 --name open-webui --restart always ghcr.io/open-webui/open-webui:main
sudo docker ps
# Add llama2 language model
ollama pull llama2
#ollama pull llama2