mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
Add Jetson cuda variants for arm
This adds new variants for arm64 specific to Jetson platforms
This commit is contained in:
parent
c7bcb00319
commit
d470ebe78b
7 changed files with 96 additions and 16 deletions
|
@ -22,6 +22,7 @@ for TARGETARCH in ${BUILD_ARCH}; do
|
|||
-t builder:$TARGETARCH \
|
||||
.
|
||||
docker create --platform linux/$TARGETARCH --name builder-$TARGETARCH builder:$TARGETARCH
|
||||
rm -rf ./dist/linux-$TARGETARCH
|
||||
docker cp builder-$TARGETARCH:/go/src/github.com/ollama/ollama/dist/linux-$TARGETARCH ./dist
|
||||
docker rm builder-$TARGETARCH
|
||||
echo "Compressing final linux bundle..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue