diff --git a/Dockerfile b/Dockerfile index bc9cfc3ca..82b40ecb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .