Skip to content

Commit

Permalink
remove rise and replace with jupyterlab rise
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD committed Nov 30, 2023
1 parent 169189a commit aa5c333
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
pip install statsmodels==0.14.0 \
nbconvert==7.2.1 \
notebook==7.0.6 \
jupyter_contrib_nbextensions \
jupyterlab-rise \
jupyterhub==$JUPYTERHUB_VERSION && \
mamba install -c conda-forge rise -y && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
conda clean --all && \
Expand Down

0 comments on commit aa5c333

Please sign in to comment.