mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-23 23:18:26 +00:00
CI: Set up temporary opt-out Vulkan support (#12614)
Initially Vulkan support in Ollama will require building from source. Once it is more thoroughly tested and we have fixed any critical bugs, then we can bundle Vulkan into the official binary releases.
This commit is contained in:
@@ -13,12 +13,13 @@ set -eu
|
||||
. $(dirname $0)/env.sh
|
||||
|
||||
mkdir -p dist
|
||||
NOVULKAN=${NOVULKAN:-""}
|
||||
|
||||
docker buildx build \
|
||||
--output type=local,dest=./dist/ \
|
||||
--platform=${PLATFORM} \
|
||||
${OLLAMA_COMMON_BUILD_ARGS} \
|
||||
--target archive \
|
||||
--target archive${NOVULKAN} \
|
||||
-f Dockerfile \
|
||||
.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user