Skip to content

Commit

Permalink
Harmonize ollama Docker image version.
Browse files Browse the repository at this point in the history
The benchmark image was updated to 0.5.1, so this updates the other images
to the same version.

PiperOrigin-RevId: 706801311
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Dec 16, 2024
1 parent 232c17c commit 3f058a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/gpu/ollama/Dockerfile.x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/r/ollama/ollama
FROM ollama/ollama:0.1.26
FROM ollama/ollama:0.5.1

ENV PATH=$PATH:/usr/local/nvidia/bin:/bin/nvidia/bin
ENV OLLAMA_ORIGINS=*
Expand Down
2 changes: 1 addition & 1 deletion images/gpu/ollama/singlemodel/Dockerfile.x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/r/ollama/ollama
FROM ollama/ollama:0.1.26
FROM ollama/ollama:0.5.1

ENV PATH=$PATH:/usr/local/nvidia/bin:/bin/nvidia/bin
ENV OLLAMA_ORIGINS=*
Expand Down

0 comments on commit 3f058a8

Please sign in to comment.