Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN curl -fsSL \
# missing libllama-server-impl.so). Bump this digest deliberately and re-run
# `make scout-cuda` to validate. Resolve a new digest with:
# docker buildx imagetools inspect ghcr.io/ggml-org/llama.cpp:server-cuda
FROM ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:67bf4625a2f788864cecfabb30c33f4cee97f055326e008e1d608c2ba44a1c94 AS llama-source
FROM ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:2ea4be99dab097e84527ec552b8e5a552095cee3625b2cce8c052eb816a6c941 AS llama-source

# ── Stage 3: extract CUDA shared libraries ─────────────────────────────────
# Install the CUDA libs here, then COPY individual .so files into the
Expand Down
Loading