Docker run with allways pull to fetch the latest

This commit is contained in:
Hardik Shah 2025-03-20 15:30:04 -07:00
parent ea6a4a14ce
commit 7dd7ef701e
31 changed files with 57 additions and 3 deletions

View file

@ -118,6 +118,7 @@ Playground can also be started in a docker image:
export LLAMA_STACK_URL=http://localhost:11434
docker run \
--pull always \
-p 8501:8501 \
-e LLAMA_STACK_ENDPOINT=$LLAMA_STACK_URL \
quay.io/jland/llama-stack-playground