summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-13 03:29:25 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-13 03:29:25 +0100
commita1a595a3305727d30e16e856f4faf95980643e1c (patch)
tree65f93bddc96280771f9aac7643ecf1653f113be9 /Dockerfile
parent4c927074b1e8d976f6cb73291fc8d502fc635a03 (diff)
downloadllmnpc-a1a595a3305727d30e16e856f4faf95980643e1c.tar.gz
Simple Vector Database
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
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"]