mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-10 05:25:18 +01:00
Update Ollama to v0.2.5
This commit is contained in:
parent
60d862ec0d
commit
5d0a8d38a0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86
|
||||||
rm cuda-keyring_1.1-1_all.deb
|
rm cuda-keyring_1.1-1_all.deb
|
||||||
|
|
||||||
# Download and install Ollama
|
# Download and install Ollama
|
||||||
RUN curl -L https://github.com/ollama/ollama/releases/download/v0.2.2/ollama-linux-amd64 -o /usr/bin/ollama && \
|
RUN curl -L https://github.com/ollama/ollama/releases/download/v0.2.5/ollama-linux-amd64 -o /usr/bin/ollama && \
|
||||||
chmod +x /usr/bin/ollama
|
chmod +x /usr/bin/ollama
|
||||||
|
|
||||||
COPY settings.json /root/.local/share/code-server/User/settings.json
|
COPY settings.json /root/.local/share/code-server/User/settings.json
|
||||||
|
|
Loading…
Reference in a new issue