From 07938f56f38fd49e1530efe7e0d0d323226c3885 Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:06:40 -0700 Subject: [PATCH] Use 2024.4-stable instead of deprecated exp branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea36b57..f7f5ada 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:2024.3-scipy-ml-fixup +ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:2024.4-stable FROM $BASE_CONTAINER LABEL maintainer="UC San Diego ITS/ETS "