From 86429718fa045d9c69b0db7e46630496c86e51b4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 8 Jul 2026 16:09:38 +0200 Subject: Add compose service (runs as host user) and .env.example Co-Authored-By: Claude Opus 4.8 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 222f7d2..0405557 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,6 +46,7 @@ RUN python3 -m pip install --break-system-packages \ # --- app --- WORKDIR /app COPY generate.py /app/generate.py +COPY server.py /app/server.py # Model cache lives here; mount a host volume at this path to avoid # re-downloading ~7.5GB of weights on every container start. -- cgit v1.2.3