Remove llama.cpp submodule and shift new build to top

This commit is contained in:
Daniel Hiltgen
2024-10-09 13:52:36 -07:00
parent 4e988ad5d6
commit b3058e57e1
45 changed files with 255 additions and 15241 deletions

View File

@@ -19,7 +19,7 @@ docker buildx build \
--platform=${PLATFORM} \
${OLLAMA_COMMON_BUILD_ARGS} \
--target dist \
-f ${DOCKERFILE_DIR}Dockerfile \
-f Dockerfile \
.
# buildx behavior changes for single vs. multiplatform