From 0918a289c9ee4124c938bac53c9949faccbe0ed5 Mon Sep 17 00:00:00 2001 From: misohu Date: Fri, 14 Jun 2024 08:40:18 +0200 Subject: [PATCH] Update lgb server for v0.13.0 --- lgbserver/rockcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lgbserver/rockcraft.yaml b/lgbserver/rockcraft.yaml index 5406515..75c7e9a 100644 --- a/lgbserver/rockcraft.yaml +++ b/lgbserver/rockcraft.yaml @@ -1,4 +1,4 @@ -# Based on https://github.com/kserve/kserve/blob/v0.12.1/python/lgb.Dockerfile +# Based on https://github.com/kserve/kserve/blob/v0.13.0/python/lgb.Dockerfile # # See ../CONTRIBUTING.md for more details about the patterns used in this rock. # This rock is implemented with some atypical patterns due to the native of the upstream @@ -6,7 +6,7 @@ name: lgbserver summary: LightGBM server for Kserve deployments description: "Kserve LightGBM server" -version: "0.12.1" +version: "0.13.0" license: Apache-2.0 base: ubuntu@22.04 platforms: @@ -33,7 +33,7 @@ parts: plugin: nil source: https://github.com/kserve/kserve.git source-subdir: python - source-tag: v0.12.1 + source-tag: v0.13.0 build-packages: - build-essential - libgomp1 @@ -71,7 +71,7 @@ parts: after: [python] source: https://github.com/kserve/kserve.git source-subdir: python - source-tag: v0.12.1 + source-tag: v0.13.0 override-build: | cp -fr third_party/* ${CRAFT_PART_INSTALL}/third_party