mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
chore(docker): update ollama docker image tag to latest
This commit is contained in:
parent
0c0c5955c6
commit
93c73d355b
@ -3,7 +3,7 @@
|
||||
read -r -p "Do you want ollama in docker with GPU support? (y/n): " use_gpu
|
||||
|
||||
docker rm -f ollama || true
|
||||
docker pull ollama/ollama
|
||||
docker pull ollama/ollama:latest
|
||||
|
||||
if [ "$use_gpu" == "y" ]; then
|
||||
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
|
||||
|
Loading…
Reference in New Issue
Block a user