Skip to content

Commit

Permalink
Merge pull request #114 from lucferbux/feature/notebook-build-names
Browse files Browse the repository at this point in the history
Added a name to the build of the notebooks
  • Loading branch information
anishasthana authored Jun 16, 2021
2 parents 6909f5d + 24bac3c commit 633b07f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyterhub/cuda-11.0.3/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ items:
name: s2i-minimal-gpu-cuda-11.0.3-notebook
labels:
opendatahub.io/build_type: "notebook_image"
opendatahub.io/notebook-name: "CUDA"
spec:
nodeSelector: null
output:
Expand Down Expand Up @@ -342,6 +343,7 @@ items:
name: s2i-tensorflow-gpu-cuda-11.0.3-notebook
labels:
opendatahub.io/build_type: "notebook_image"
opendatahub.io/notebook-name: "TensorFlow"
spec:
nodeSelector: null
output:
Expand Down Expand Up @@ -380,6 +382,7 @@ items:
name: s2i-pytorch-gpu-cuda-11.0.3-notebook
labels:
opendatahub.io/build_type: "notebook_image"
opendatahub.io/notebook-name: "PyTorch"
spec:
nodeSelector: null
output:
Expand Down

0 comments on commit 633b07f

Please sign in to comment.