From de22077e42c972de52f427bda562d586dfc1fec9 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Thu, 18 Jul 2024 15:11:59 -0700 Subject: [PATCH] Add missing ucsb/ prefix to scipy-base --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7453786..2b57d9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM scipy-base:latest +FROM ucsb/scipy-base:latest -ADD . /home/jovyan \ No newline at end of file +ADD . /home/jovyan