From 90929a58e18262b37c906280c356640770160a23 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 20 May 2025 20:17:15 +0200 Subject: [PATCH] install "docker-model-plugin" Install the model-runner CLI plugin. Signed-off-by: Sebastiaan van Stijn --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bf24c2cf..f0d95c39 100755 --- a/install.sh +++ b/install.sh @@ -554,7 +554,7 @@ do_install() { pkgs="$pkgs docker-compose-plugin docker-ce-rootless-extras$pkg_version" fi if version_gte "23.0"; then - pkgs="$pkgs docker-buildx-plugin" + pkgs="$pkgs docker-buildx-plugin docker-model-plugin" fi if ! is_dry_run; then set -x @@ -656,7 +656,7 @@ do_install() { pkgs="$pkgs docker-compose-plugin docker-ce-rootless-extras$pkg_version" fi if version_gte "23.0"; then - pkgs="$pkgs docker-buildx-plugin" + pkgs="$pkgs docker-buildx-plugin docker-model-plugin" fi if ! is_dry_run; then set -x