ci: plumb temporary MLX patch through to docker stages (#17874)

Follow up to #17850
This commit is contained in:
Daniel Hiltgen 2026-08-19 08:33:53 -07:00 committed by GitHub
parent 0bb0925920
commit d1bd15ccce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,6 +213,7 @@ ENV CGO_LDFLAGS="-L/usr/local/cuda-13/lib64 -L/usr/local/cuda-13/targets/x86_64-
WORKDIR /go/src/github.com/ollama/ollama
COPY CMakeLists.txt CMakePresets.json .
COPY cmake cmake
COPY mlx mlx
COPY x/mlxrunner/mlx x/mlxrunner/mlx
COPY go.mod go.sum .
COPY MLX_VERSION MLX_C_VERSION .