From 36cf4ddd3e78ccc7435182efb29ec706986dbb6f Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 20 Jun 2024 13:31:11 +0000 Subject: [PATCH] fix(deps): Update jupyter-pytorch to v2.10.1 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 225d85ea..c4e5bb80 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.10.0 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch:2.10.1 USER root diff --git a/jupyter-pytorch-full/cuda.Dockerfile b/jupyter-pytorch-full/cuda.Dockerfile index 1bc02913..20dc2a27 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.10.0 +FROM ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-cuda:2.10.1 USER root