diff --git a/Dockerfile b/Dockerfile index 74d01fb..efc1fc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,9 +36,6 @@ RUN <> ~/.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