Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): Update ghcr.io/pluralsh/kubeflow-notebooks-jupyter Docker…
Browse files Browse the repository at this point in the history
… tag to v3

BREAKING CHANGE: major release of ghcr.io/pluralsh/kubeflow-notebooks-jupyter
plural-renovate[bot] committed Mar 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 05242eb commit 120a5c4
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jupyter-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.10.2
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.1

USER root

2 changes: 1 addition & 1 deletion jupyter-pytorch/cpu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.1

USER root

2 changes: 1 addition & 1 deletion jupyter-pytorch/cuda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.1

USER root

2 changes: 1 addition & 1 deletion jupyter-scipy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.1

USER root

2 changes: 1 addition & 1 deletion jupyter-tensorflow/cpu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.1

USER root

2 changes: 1 addition & 1 deletion jupyter-tensorflow/cuda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:2.9.1
FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter:3.0.1

USER root

0 comments on commit 120a5c4

Please sign in to comment.