Skip to content

Commit

Permalink
chore: bump jupyter-web-app to 1.9.0-rc.0 (#96)
Browse files Browse the repository at this point in the history
Closes #89
  • Loading branch information
orfeas-k authored Jun 10, 2024
1 parent 5a3d6ea commit 0fc426a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jupyter-web-app/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Based on https://github.com/kubeflow/kubeflow/blob/v1.8-branch/components/crud-web-apps/jupyter/Dockerfile
# Based on https://github.com/kubeflow/kubeflow/blob/v1.9.0-rc.0/components/crud-web-apps/jupyter/Dockerfile
name: jupyter-web-app
summary: An image for Jupyter UI
description: |
This image is used as part of Charmed Kubeflow product. Jupyter UI web application provides
users with web UI to access and manipulate Jupyter Notebooks in Charmed Kubeflow.
version: "1.8"
version: "1.9.0"
license: Apache-2.0
base: [email protected]
platforms:
Expand All @@ -25,7 +25,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-packages:
- python3-venv
Expand All @@ -47,7 +47,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-snaps:
- node/12/stable
Expand All @@ -69,7 +69,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-snaps:
- node/12/stable
Expand All @@ -94,7 +94,7 @@ parts:
gunicorn:
plugin: python
source: https://github.com/kubeflow/kubeflow.git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
python-requirements:
- components/crud-web-apps/jupyter/backend/requirements.txt
Expand All @@ -106,7 +106,7 @@ parts:
plugin: nil
source: https://github.com/kubeflow/kubeflow
source-type: git
source-tag: v1.8-branch
source-tag: v1.9.0-rc.0
source-depth: 1
build-packages:
- python3-venv
Expand Down

0 comments on commit 0fc426a

Please sign in to comment.