Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrinazxx authored May 28, 2024
1 parent 59cd024 commit b8b3e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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=ghcr.io/ucsd-ets/scipy-ml-notebook:2024.2-stable

FROM $BASE_CONTAINER

Expand All @@ -20,7 +20,7 @@ USER jovyan

# RUN conda install -y scikit-learn

RUN pip install --no-cache-dir networkx scipy
RUN pip install --no-cache-dir networkx scipy wave soundfile

# Override command to disable running jupyter notebook at launch
# CMD ["/bin/bash"]

0 comments on commit b8b3e14

Please sign in to comment.