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 <