Skip to content

Commit d1c6c3c

Browse files
Fixed version extraction and paths
1 parent fa80ad0 commit d1c6c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ollama/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ curl --silent --show-error --location --fail --output "${uniget_cache_download}/
2727
"${url}"
2828

2929
tar --file="${uniget_cache_download}/${filename}" --list
30-
tar --file="${uniget_cache_download}/${filename}" --extract --gzip --directory="${prefix}/bin" --no-same-owner
30+
tar --file="${uniget_cache_download}/${filename}" --extract --gzip --directory="${prefix}" --no-same-owner
3131
EOF
3232

3333
# executable

tools/ollama/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license:
55
name: MIT License
66
link: https://github.com/ollama/ollama/blob/main/LICENSE
77
version: "0.4.1"
8-
check: ""
8+
check: ${binary} --version | grep client | cut -d' ' -f5
99
platforms:
1010
- linux/amd64
1111
- linux/arm64

0 commit comments

Comments
 (0)