mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 21:29:59 +00:00
update tests slightly, other fixes
This commit is contained in:
parent
0b02af792d
commit
e9f8458770
5 changed files with 24 additions and 32 deletions
|
|
@ -7,7 +7,7 @@ FROM --platform=linux/amd64 ollama/ollama:latest
|
|||
RUN ollama serve & \
|
||||
sleep 5 && \
|
||||
ollama pull llama3.2-vision:11b && \
|
||||
ollama pull all-minilm:l6-v2
|
||||
ollama pull all-minilm:l6-v2
|
||||
|
||||
# Set the entrypoint to start ollama serve
|
||||
ENTRYPOINT ["ollama", "serve"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue