From a1a595a3305727d30e16e856f4faf95980643e1c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 13 Feb 2026 03:29:25 +0100 Subject: Simple Vector Database --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8f438fa..7f1b700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get update RUN apt-get install -y libstdc++6 COPY prompt /app/prompt +COPY context.txt /app/context.txt COPY models/ /app/models/ -# ENTRYPOINT ["bash"] +ENTRYPOINT ["bash"] -- cgit v1.2.3