Update Ollama to v0.2.6

This commit is contained in:
Madiator2011 2024-07-18 19:32:35 +02:00 committed by GitHub
parent 7fdd7605ce
commit 591b40b8cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.5/ollama-linux-amd64 -o /usr/bin/ollama && \
RUN curl -L https://github.com/ollama/ollama/releases/download/v0.2.6/ollama-linux-amd64 -o /usr/bin/ollama && \
chmod +x /usr/bin/ollama
COPY settings.json /root/.local/share/code-server/User/settings.json