Skip to content

Instantly share code, notes, and snippets.

@tteofili
Created September 27, 2022 22:09
Show Gist options
  • Save tteofili/8f037d7e1b5235dacfeb32edd3278777 to your computer and use it in GitHub Desktop.
Save tteofili/8f037d7e1b5235dacfeb32edd3278777 to your computer and use it in GitHub Desktop.
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-url: "https://github.com/thoth-station/s2i-generic-data-science-notebook"
opendatahub.io/notebook-image-name: "Standard Data Science"
opendatahub.io/notebook-image-desc: "Jupyter notebook data science image with TrustyAI library installed"
name: s2i-generic-data-science-notebook
spec:
lookupPolicy:
local: true
tags:
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8.6"}]'
opendatahub.io/notebook-python-dependencies: '[{"name":"trustyai","version":"0.2.5"}]'
openshift.io/imported-from: quay.io/thoth-station/s2i-generic-data-science-notebook
from:
kind: DockerImage
name: quay.io/thoth-station/s2i-generic-data-science-notebook:v0.0.5
name: "v0.0.5"
referencePolicy:
type: Source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment