From b95097dd05149836ba339295627ee8ff622ea4f3 Mon Sep 17 00:00:00 2001 From: David Andersen <11966194+dtandersen@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:28:20 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f941877..bb527bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # base notebook, contains Jupyter and relevant tools # See https://github.com/ucsd-ets/datahub-docker-stack/wiki/Stable-Tag # for a list of the most current containers we maintain -ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:stable +ARG BASE_CONTAINER=ghcr.io/ucsd-ets/scipy-ml-notebook:stable FROM $BASE_CONTAINER