diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-13 03:29:25 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-13 03:29:25 +0100 |
| commit | a1a595a3305727d30e16e856f4faf95980643e1c (patch) | |
| tree | 65f93bddc96280771f9aac7643ecf1653f113be9 /Dockerfile | |
| parent | 4c927074b1e8d976f6cb73291fc8d502fc635a03 (diff) | |
| download | llmnpc-a1a595a3305727d30e16e856f4faf95980643e1c.tar.gz | |
Simple Vector Database
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] |
