From c8301d549b44a500c35d5ce45ba517f0b02c15b8 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 28 Mar 2024 20:32:22 +0000 Subject: [PATCH] fix(deps): Update jupyter-pytorch to v2.9.2 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 6369b6d9..cf3d0f5e 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.9.1 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch:2.9.2 USER root diff --git a/jupyter-pytorch-full/cuda.Dockerfile b/jupyter-pytorch-full/cuda.Dockerfile index 5054d6f5..771d3304 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.9.1 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-cuda:2.9.2 USER root