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 sklearnserver for v0.13.0 #88

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
8 changes: 4 additions & 4 deletions sklearnserver/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Based on https://github.com/kserve/kserve/blob/v0.12.1/python/sklearn.Dockerfile
# Based on https://github.com/kserve/kserve/blob/v0.13.0/python/sklearn.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: sklearnserver
summary: sklearn server for Kserve deployments
description: "Kserve sklearn server"
version: "0.12.1"
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.12.1
source-tag: v0.13.0
build-packages:
- build-essential
- libgomp1
Expand Down Expand Up @@ -69,7 +69,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

Loading