Compare commits

...

1 Commits

Author SHA1 Message Date
90fd9cdfad ENV later 2025-12-03 18:31:58 +01:00

View File

@@ -36,9 +36,6 @@ RUN <<eot
echo 'alias lms="~/.lmstudio/bin/lms"' >> ~/.bashrc
eot
ENV DISPLAY=:99
# Not sure that this works
ENV LLAMA_THREADS=12
#########################
@@ -62,6 +59,9 @@ ADD --chmod=0755 ./docker-healthcheck.sh /usr/local/bin/
#HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
# CMD /bin/bash /usr/local/bin/docker-healthcheck.sh || exit 1
ENV DISPLAY=:99
# Not sure that this works
ENV LLAMA_THREADS=12
# Run the server
# CMD ["sh", "-c", "tail -f /dev/null"] # For development: keep container open