Skip to content

Commit

Permalink
fix package src in containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlygeek committed Feb 16, 2025
1 parent 3f462da commit f5e6ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/llama-swap.Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_TAG=server-cuda
FROM ghcr.io/ggerganov/llama.cpp:${BASE_TAG}
FROM ghcr.io/ggml-org/llama.cpp:${BASE_TAG}

# has to be after the FROM
ARG LS_VER=89
Expand Down

0 comments on commit f5e6ec3

Please sign in to comment.