Skip to content

Commit

Permalink
Update pmmlserver for v0.13.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Jun 14, 2024
1 parent 70e4564 commit cf3c77e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pmmlserver/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/pmml.Dockerfile
# Based on https://github.com/kserve/kserve/blob/v0.13.0/python/pmml.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: pmmlserver
summary: Pmml server for Kserve deployments
description: "Kserve Pmml server"
version: "0.12.1"
version: "0.13.0"
license: Apache-2.0
base: [email protected]
platforms:
Expand Down Expand Up @@ -43,7 +43,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 @@ -83,7 +83,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

0 comments on commit cf3c77e

Please sign in to comment.