Skip to content

Commit

Permalink
Disable extension manager
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Aug 5, 2024
1 parent 376d93c commit b0c78f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER && \
mamba clean --all
# TODO: Deprecated pkgs? Cause a massive downgrade
### mamba install -c conda-forge jupyterlab-pullrequests jupyterlab-link-share

# Install R packages
RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
Expand All @@ -99,6 +97,9 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
chown -R jovyan:users /opt/conda/etc/jupyter/nbconfig && \
chmod -R +r /opt/conda/etc/jupyter/nbconfig

# Disable the jupyterlab extensions manager
RUN jupyter labextension disable @jupyterlab/extensionmanager-extension

# Cleanup
## nbgrader requires some variables set to just run the notebook server
ENV NBGRADER_COURSEID="NA"
Expand Down

0 comments on commit b0c78f6

Please sign in to comment.