From e8562db6dcea96f70a827d11bacde82c083414b2 Mon Sep 17 00:00:00 2001 From: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:37:19 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 926ecb6..df2f27c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get -y install htop # 3) install packages using notebook user USER jovyan -# RUN conda install -y scikit-learn +# RUN conda install -y scikit-learn -c conda-forge RUN pip install --no-cache-dir networkx scipy