From 3832394c7e4afcb01af546bcf40515edc9333c50 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Tue, 23 Jul 2024 13:40:32 +0200 Subject: [PATCH] Update Ollama to v0.2.8 --- official-templates/better-ollama/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official-templates/better-ollama/Dockerfile b/official-templates/better-ollama/Dockerfile index 92c84a2..5556ced 100644 --- a/official-templates/better-ollama/Dockerfile +++ b/official-templates/better-ollama/Dockerfile @@ -15,7 +15,7 @@ RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86 rm cuda-keyring_1.1-1_all.deb # Download and install Ollama -RUN curl -L https://github.com/ollama/ollama/releases/download/v0.2.6/ollama-linux-amd64 -o /usr/bin/ollama && \ +RUN curl -L https://github.com/ollama/ollama/releases/download/v0.2.8/ollama-linux-amd64 -o /usr/bin/ollama && \ chmod +x /usr/bin/ollama COPY settings.json /root/.local/share/code-server/User/settings.json