Skip to content

Commit

Permalink
Use datascience as base instead of scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Feb 28, 2024
1 parent 493cffa commit f06f331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION=python-3.11.8
FROM quay.io/jupyter/scipy-notebook:$PYTHON_VERSION
FROM quay.io/jupyter/datascience-notebook:$PYTHON_VERSION
# coerce change in all notebooks
USER root

Expand Down Expand Up @@ -52,10 +52,10 @@ ARG PY_VER_SHORT=3.11
ARG JUPYTERHUB_VERSION=3.0.0

# Add additional pip packages
RUN pip install nbgrader nbgitpuller nbresuse pillow typing-extensions tzlocal appdirs GPUtil mock pytest
# These are no longer included in datascience image?
RUN pip install nbgrader nbgitpuller nbresuse pillow typing-extensions tzlocal appdirs GPUtil mock pytest jupyter_server_terminals

# mistune added for nbgrader issues

# jupyterlab_rise must be below 0.40.0 while jupyterlab is not > v4.0.0
RUN /usr/share/datahub/scripts/install-python-all.sh && \
pip install pandas==2.0.3 'mistune>=2' --upgrade && \
Expand Down

0 comments on commit f06f331

Please sign in to comment.