Unverified Commit 93c73d35 authored by Tanvir's avatar Tanvir
Browse files

chore(docker): update ollama docker image tag to latest

parent 0c0c5955
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
read -r -p "Do you want ollama in docker with GPU support? (y/n): " use_gpu read -r -p "Do you want ollama in docker with GPU support? (y/n): " use_gpu
docker rm -f ollama || true docker rm -f ollama || true
docker pull ollama/ollama docker pull ollama/ollama:latest
if [ "$use_gpu" == "y" ]; then if [ "$use_gpu" == "y" ]; then
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment