Skip to content

Commit

Permalink
jupyterlab image for ml-prague-workshop (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 authored Feb 17, 2021
1 parent 407a648 commit 91a3a37
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
7 changes: 4 additions & 3 deletions odh/base/jupyterhub/notebook-images/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ kind: Kustomization
namespace: opf-jupyterhub
resources:
- categorical-encoding.yaml
- ocp-ci-analysis.yaml
- ceph-drive-failure.yaml
- configuration-files-analysis.yaml
- cloud-price-analysis.yaml
- configuration-files-analysis.yaml
- mailing-list-analysis-toolkit.yaml
- ml-prague-workshop.yaml
- ocp-ci-analysis.yaml
- openshift-anomaly-detection.yaml
- time-series.yaml
- mailing-list-analysis-toolkit.yaml
26 changes: 26 additions & 0 deletions odh/base/jupyterhub/notebook-images/ml-prague-workshop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-url:
"https://github.com/opendatahub-io/s2i-lab-elyra"
opendatahub.io/notebook-image-name:
"Elyra 2 with JupyterLab 3 Notebook Image"
opendatahub.io/notebook-image-desc:
"Jupyter notebook image for the ml-prague-workshop project"
name: ml-prague-workshop
spec:
lookupPolicy:
local: true
tags:
- annotations:
openshift.io/imported-from: quay.io/thoth-station/s2i-lab-elyra
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-lab-elyra:jupyterlab-elyra2.x
importPolicy:
scheduled: true
name: "latest"

0 comments on commit 91a3a37

Please sign in to comment.