ENV later
This commit is contained in:
@@ -36,9 +36,6 @@ RUN <<eot
|
|||||||
echo 'alias lms="~/.lmstudio/bin/lms"' >> ~/.bashrc
|
echo 'alias lms="~/.lmstudio/bin/lms"' >> ~/.bashrc
|
||||||
eot
|
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 \
|
#HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
|
||||||
# CMD /bin/bash /usr/local/bin/docker-healthcheck.sh || exit 1
|
# 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
|
# Run the server
|
||||||
# CMD ["sh", "-c", "tail -f /dev/null"] # For development: keep container open
|
# CMD ["sh", "-c", "tail -f /dev/null"] # For development: keep container open
|
||||||
|
|||||||
Reference in New Issue
Block a user