From d5da4febafd47f25e15174cdcd4033918dd153cf Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 12 Oct 2023 03:54:03 +0000 Subject: [PATCH] feat(deps): Update jupyter-pytorch to v2.5.0 Signed-off-by: plural-renovate[bot]@users.noreply.github.com --- jupyter-pytorch-full/cpu.Dockerfile | 2 +- jupyter-pytorch-full/cuda.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter-pytorch-full/cpu.Dockerfile b/jupyter-pytorch-full/cpu.Dockerfile index e13913a2..643cef12 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.4.1 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch:2.5.0 USER root diff --git a/jupyter-pytorch-full/cuda.Dockerfile b/jupyter-pytorch-full/cuda.Dockerfile index 659c87d6..4c378490 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.4.1 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-cuda:2.5.0 USER root