Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Sep 20, 2024
1 parent cd78435 commit 4bcba42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"]

0 comments on commit 4bcba42

Please sign in to comment.