mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 17:20:00 +00:00
setup env vars, fix ollama model reference
This commit is contained in:
parent
522d62d631
commit
12ea3cb442
4 changed files with 28 additions and 15 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Containerfile used to build our all in one ollama image to run tests in CI
|
||||
# podman build --platform linux/amd64 -f Containerfile -t ollama-with-models .
|
||||
#
|
||||
# podman build --platform linux/amd64 -f ./ollama-with-models.containerfile -t ollama-with-models .
|
||||
#
|
||||
FROM --platform=linux/amd64 ollama/ollama:latest
|
||||
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
# Containerfile used to build our all in one ollama image to run tests in CI
|
||||
# podman build --platform linux/amd64 -f VisionContainerfile -t ollama-with-vision-model .
|
||||
# Containerfile used to build our Ollama image with vision model to run tests in CI
|
||||
#
|
||||
# podman build --platform linux/amd64 -f ./ollama-with-vision-model.containerfile -t ollama-with-vision-model .
|
||||
#
|
||||
FROM --platform=linux/amd64 ollama/ollama:latest
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue