forked from open-webui/open-webui
chore(docker): update ollama docker image tag to latest
This commit is contained in:
parent
0c0c5955c6
commit
93c73d355b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue