basilisk-llm (latest)

Published 2026-03-01 23:57:51 -08:00 by CanuteTheGreat

Installation

docker pull git.canutethegreat.com/canutethegreat/basilisk-llm:latest
sha256:30eee04b9b25009c848f029bbb011f9bb7c55178bfeebb9a80e5caba5188df4b

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libvulkan1 libopenblas0 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
COPY /bin /usr/bin # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /lib/ollama /usr/lib/ollama # buildkit
ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
ENV NVIDIA_VISIBLE_DEVICES=all
ENV OLLAMA_HOST=0.0.0.0:11434
EXPOSE [11434/tcp]
ENTRYPOINT ["/bin/ollama"]
CMD ["serve"]
RUN /bin/sh -c apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* # buildkit
ENTRYPOINT ["/bin/ollama"]
CMD ["serve"]

Labels

Key Value
com.docker.compose.project basilisk-api
com.docker.compose.service llm
com.docker.compose.version 2.39.3
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-01 23:57:51 -08:00
0
OCI / Docker
linux/amd64
3.1 GiB
Versions (1) View all
latest 2026-03-01