diff --git a/jupyter-pytorch-full/cpu.Dockerfile b/jupyter-pytorch-full/cpu.Dockerfile index 1a0f03ee..34015dd8 100644 --- a/jupyter-pytorch-full/cpu.Dockerfile +++ b/jupyter-pytorch-full/cpu.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch:2.8.3 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch:2.9.0 USER root diff --git a/jupyter-pytorch-full/cuda.Dockerfile b/jupyter-pytorch-full/cuda.Dockerfile index d12e12bd..6afc406c 100644 --- a/jupyter-pytorch-full/cuda.Dockerfile +++ b/jupyter-pytorch-full/cuda.Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-cuda:2.8.3 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-cuda:2.9.0 USER root