owui-companion (latest)
Published 2026-07-02 08:33:38 +02:00 by swip3798
Installation
docker pull forge.cschweigel.de/swip3798/owui-companion:latestsha256:f07b99302a607adbe3b0d6fc0466e43baba8765e647bf9ce7774003c9cc4843dImage layers
| # debian.sh --arch 'arm64' out/ 'bullseye' '@1782172800' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/server /usr/local/bin/owui-companion # buildkit |
| ENV RUNNING_IN_DOCKER=true |
| EXPOSE [3000/tcp] |
| CMD ["owui-companion"] |