Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eeed613

Browse files
committedApr 21, 2024·
feat(deps): Update ghcr.io/pluralsh/kubeflow-notebooks-jupyter Docker tag to v3
BREAKING CHANGE: major release of ghcr.io/pluralsh/kubeflow-notebooks-jupyter
1 parent 6a31cf0 commit eeed613

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎jupyter-go/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.10.2
1+
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.4
22

33
USER root
44

‎jupyter-pytorch/cpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
1+
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.4
22

33
USER root
44

‎jupyter-pytorch/cuda.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
1+
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.4
22

33
USER root
44

‎jupyter-scipy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
1+
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.4
22

33
USER root
44

‎jupyter-tensorflow/cpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
1+
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.4
22

33
USER root
44

‎jupyter-tensorflow/cuda.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
1+
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.4
22

33
USER root
44

0 commit comments

Comments
 (0)
Please sign in to comment.