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