From c017384ad1e57b6b35fa5f04afa2b7b4a70d9949 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 9 Nov 2025 18:45:14 +0100 Subject: [PATCH] fixes for paths and not using debian-slim --- Dockerfile | 17 ++++++++++------- docker-entrypoint.sh | 1 - 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ac0a4f..43bbcdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG baseimage=debian:testing-slim +ARG baseimage=debian:testing FROM ${baseimage} AS baseimage ENV LANG C.UTF-8 @@ -26,10 +26,16 @@ RUN <>/root/.bashrc + echo 'alias lms="~/.lmstudio/bin/lms"' >> ~/.bashrc +eot + ENV DISPLAY=:99 ######################### @@ -47,12 +53,9 @@ RUN < ~/.bashrc /squashfs-root/lm-studio --no-sandbox & sleep 30