Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xgbserver for v0.13.0 #89

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xgbserver/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Based on https://github.com/kserve/kserve/blob/master/python/xgb.Dockerfile
# Based on https://github.com/kserve/kserve/blob/v0.13.0/python/xgb.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
# Dockerfile.
name: xgbserver
summary: xgboost server for Kserve deployments
description: "Kserve xgboost server"
version: "0.11.2"
version: "0.13.0"
license: Apache-2.0
base: [email protected]
platforms:
Expand All @@ -33,7 +33,7 @@ parts:
plugin: nil
source: https://github.com/kserve/kserve.git
source-subdir: python
source-tag: v0.11.2
source-tag: v0.13.0
build-packages:
- libgomp1
overlay-packages:
Expand All @@ -45,7 +45,7 @@ parts:
# the server in the final rock

# Setup poetry
pip install poetry==1.4.0
pip install poetry==1.7.1
poetry config virtualenvs.create false

# Install the kserve package, this specific server package, and their dependencies.
Expand All @@ -72,7 +72,7 @@ parts:
after: [python]
source: https://github.com/kserve/kserve.git
source-subdir: python
source-tag: v0.11.2
source-tag: v0.13.0
override-build: |
cp -fr third_party/* ${CRAFT_PART_INSTALL}/third_party

Loading