Skip to content

Commit

Permalink
Set referencePolicy to source for pulling image directly (opendatahub…
Browse files Browse the repository at this point in the history
…-io#846)

Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 committed Jul 14, 2023
1 parent d3546ec commit d6b3b5d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: $(odh-generic-data-science-notebook-image-n)
name: "2023.1"
referencePolicy:
type: Local
type: Source
# N-1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8"}]'
Expand All @@ -35,4 +35,4 @@ spec:
name: $(odh-generic-data-science-notebook-image-n-1)
name: "1.2"
referencePolicy:
type: Local
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: $(odh-minimal-gpu-notebook-image-n)
name: "2023.1"
referencePolicy:
type: Local
type: Source
# N-1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"CUDA","version":"11.4"},{"name":"Python","version":"v3.8"}]'
Expand All @@ -35,4 +35,4 @@ spec:
name: $(odh-minimal-gpu-notebook-image-n-1)
name: "1.2"
referencePolicy:
type: Local
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
name: $(odh-minimal-notebook-image-n)
name: "2023.1"
referencePolicy:
type: Local
type: Source
# N-1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8"}]'
Expand All @@ -36,4 +36,4 @@ spec:
name: $(odh-minimal-notebook-image-n-1)
name: "1.2"
referencePolicy:
type: Local
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: $(odh-pytorch-gpu-notebook-image-n)
name: "2023.1"
referencePolicy:
type: Local
type: Source
# N-1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"CUDA","version":"11.4"},{"name":"Python","version":"v3.8"},{"name":"PyTorch","version":"1.8"}]'
Expand All @@ -35,4 +35,4 @@ spec:
name: $(odh-pytorch-gpu-notebook-image-n-1)
name: "1.2"
referencePolicy:
type: Local
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: $(odh-tensorflow-gpu-notebook-image-n)
name: "2023.1"
referencePolicy:
type: Local
type: Source
# N-1 Version of the image
- annotations:
opendatahub.io/notebook-software: '[{"name":"CUDA","version":"11.4"},{"name":"Python","version":"v3.8"},{"name":"TensorFlow","version":"2.7"}]'
Expand All @@ -35,4 +35,4 @@ spec:
name: $(odh-tensorflow-gpu-notebook-image-n-1)
name: "1.2"
referencePolicy:
type: Local
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
name: $(odh-trustyai-notebook-image-n)
name: "2023.1"
referencePolicy:
type: Local
type: Source

0 comments on commit d6b3b5d

Please sign in to comment.