Skip to content

Commit

Permalink
https://github.com/ollama/ollama/releases/download/v0.1.33-rc7/ollama…
Browse files Browse the repository at this point in the history
…-linux-amd64
  • Loading branch information
rusenask committed May 2, 2024
1 parent b4d4f04 commit 44a88f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/root/.cache/pip cd /workspace && \

# TODO: mount /root/.ollama
# RUN curl -fsSL https://ollama.com/install.sh | sh
RUN curl -L https://ollama.com/download/ollama-linux-amd64 -o /usr/bin/ollama
RUN curl -L https://github.com/ollama/ollama/releases/download/v0.1.33-rc7/ollama-linux-amd64 -o /usr/bin/ollama
RUN chmod +x /usr/bin/ollama

# Set up the ollama models directory, runner will be able to access this
Expand Down

0 comments on commit 44a88f8

Please sign in to comment.