Skip to content

Commit

Permalink
Update ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Sep 25, 2024
1 parent 6565f76 commit f57cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ollama/ollama:0.2.1 AS base
FROM ollama/ollama:0.3.11 AS base

# Install Java runtime to base using openjdk:23-ea-21-jdk-slim layers
RUN /bin/sh -c set -eux; apt-get update; apt-get upgrade -y; apt-get install -y --no-install-recommends ca-certificates p11-kit wget sudo; rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit f57cd0b

Please sign in to comment.