diff --git a/llama_stack/distribution/ui/Containerfile b/llama_stack/distribution/ui/Containerfile index 32a13dff5..a97f25753 100644 --- a/llama_stack/distribution/ui/Containerfile +++ b/llama_stack/distribution/ui/Containerfile @@ -1,3 +1,6 @@ +# More info on playground configuration can be found here: +# https://llama-stack.readthedocs.io/en/latest/playground + FROM python:3.9-slim WORKDIR /app COPY . /app/