From 4bcba4202579db067d3d5862dd9c34282d609e96 Mon Sep 17 00:00:00 2001 From: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:57:20 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f941877..2aaa758 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=scipy-ml-notebook:2024.4-stable FROM $BASE_CONTAINER @@ -18,9 +18,7 @@ RUN apt-get -y install htop # 3) install packages using notebook user USER jovyan -# RUN conda install -y scikit-learn - -RUN pip install --no-cache-dir networkx scipy +RUN conda install -y scikit-learn # Override command to disable running jupyter notebook at launch # CMD ["/bin/bash"]