llmster (latest)
Installation
docker pull forgejo.treyturner.info/treyturner/llmster:latestsha256:64b7d5852749f0d1f50dd66d0e72721321683c7665aba9329abdd1601046e562Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| SHELL [/bin/bash -euo pipefail -c] |
| ARG GATEWAY_ONLY=0 |
| RUN |1 GATEWAY_ONLY=0 /bin/bash -euo pipefail -c apt-get update && apt-get install -y --no-install-recommends ca-certificates coreutils curl libatomic1 libgomp1 # buildkit |
| WORKDIR /root |
| RUN |1 GATEWAY_ONLY=0 /bin/bash -euo pipefail -c curl -fsSL -o /tmp/install.sh https://lmstudio.ai/install.sh && chmod +x /tmp/install.sh && /tmp/install.sh && rm -f /tmp/install.sh && basename "$(find /root/.lmstudio/llmster -mindepth 1 -maxdepth 1 -type d)" > /root/version && if [[ "${GATEWAY_ONLY}" == "1" ]]; then rm -rf /root/.lmstudio/llmster/$(cat /root/version)/.bundle/bin/extensions/backends/llama* /root/.lmstudio/llmster/$(cat /root/version)/.bundle/bin/extensions/backends/vendor/linux-llama*; fi # buildkit |
| COPY --chmod=755 start.sh /root/start.sh # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.lmstudio/bin |
| CMD ["/root/start.sh"] |
Details
Versions (8)
View all
0.0.15-2
2026-05-30
latest
2026-05-30
gateway-0.0.15-2
2026-05-30
gateway-0.0.14-2
2026-05-27
gateway-latest
2026-05-27