From b94644a0dbb4f169d1da6b839175e19f504d4827 Mon Sep 17 00:00:00 2001 From: Jamie Land Date: Tue, 18 Mar 2025 09:47:54 -0400 Subject: [PATCH] Adding comment to the container file --- llama_stack/distribution/ui/Containerfile | 3 +++ 1 file changed, 3 insertions(+) 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/