From f0035f0c26c5d06413a1a70fad1f55099d0f6dfe Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 4 Dec 2025 11:56:15 +0100 Subject: [PATCH] Downloading lmstudio on build --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efc1fc0..68a2bed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,8 @@ eot RUN <>/root/.bashrc + echo 'export LLAMA_THREADS=12' >> ~/.bashrc + echo 'export DISPLAY=:99' >> ~/.bashrc echo 'alias lms="~/.lmstudio/bin/lms"' >> ~/.bashrc eot @@ -41,7 +43,7 @@ eot FROM baseimage AS final -ADD ./LM-Studio* /data/lms/ +ADD https://lmstudio.ai/download/latest/linux/x64 /data/lms/LMStudio.AppImage ADD ./http-server-config.json /http-server-config.json RUN <