Skip to content

Commit

Permalink
Upgrade visualisation server ROCK to 2.3.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Nov 15, 2024
1 parent 60337e3 commit a2f7f9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions visualization-server/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Based on: https://github.com/kubeflow/pipelines/blob/2.2.0/backend/Dockerfile.visualization
# Based on: https://github.com/kubeflow/pipelines/blob/2.3.0/backend/Dockerfile.visualization
name: visualization-server
summary: ml-pipeline/visualization-server
description: |
ml-pipeline/visualization-server
https://github.com/kubeflow/pipelines/tree/master/backend
version: "2.2.0"
version: "2.3.0"
license: Apache-2.0
base: ubuntu@22.04
platforms:
Expand Down Expand Up @@ -35,7 +35,7 @@ parts:
plugin: python
source: https://github.com/kubeflow/pipelines.git
source-subdir: backend/src/apiserver/visualization
source-tag: 2.2.0
source-tag: 2.3.0
stage-packages:
# sync this python version to that in the tensorflow
# base image of Dockerfile.visualization. Also keep this
Expand Down Expand Up @@ -72,6 +72,6 @@ parts:
files:
plugin: nil
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.2.0
source-tag: 2.3.0
override-build: |
cp -r backend/src/apiserver/visualization/* $CRAFT_PART_INSTALL

0 comments on commit a2f7f9e

Please sign in to comment.