From d453cf72610c4be7393d253692761b3e32bd8fa6 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 1 Feb 2024 06:28:20 +0000 Subject: [PATCH] feat(deps): Update jupyter-pytorch to v2.9.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 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