Skip to content

Commit

Permalink
pin ollama version (#2997)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Dec 13, 2024
1 parent 2da64ef commit 576fb26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __init__(self, *args, **kwargs):
name=container_name,
image="python:3.11-slim",
command=["/bin/sh", "-c"],
args=[f"pip install requests && pip install ollama && {command}"],
args=[f"pip install requests && pip install ollama==0.3.3 && {command}"],
resources=V1ResourceRequirements(
requests={
"cpu": self._model_cpu,
Expand Down

0 comments on commit 576fb26

Please sign in to comment.