mirror of
https://github.com/ollama/ollama.git
synced 2025-07-12 23:27:20 +02:00
use gzip
for runner embedding (#2067)
This commit is contained in:
@ -28,7 +28,6 @@ fi
|
||||
|
||||
if [ -n "${CMAKE_VERSION}" ]; then
|
||||
curl -s -L https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(uname -m).tar.gz | tar -zx -C /usr --strip-components 1
|
||||
dnf install -y bzip2
|
||||
fi
|
||||
|
||||
if [ -n "${GOLANG_VERSION}" ]; then
|
||||
|
Reference in New Issue
Block a user