Skip to content

Commit

Permalink
jupyterhub #47: RSlowness-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Balaji Srinivasa Rao committed Apr 5, 2023
1 parent 427493e commit 70e314e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Expand Up @@ -90,19 +90,13 @@ RUN pip install nbgitpuller \
plotly \
ipywidgets \
jupyterlab-spreadsheet-editor
# jupyterlab_templates \
RUN pip install jupytext --upgrade


RUN npm cache clean --force && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/jovyan
RUN export NODE_OPTIONS=--max-old-space-size=4096
# RUN jupyter labextension install jupyterlab-plotly && \
# RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget && \
# jupyter labextension install @techrah/text-shortcuts && \
# jupyter labextension install jupyterlab-spreadsheet && \
# jupyter labextension install jupyterlab_templates && \
RUN jupyter serverextension enable --py jupyterlab_templates && \
jupyter serverextension enable nbgitpuller --sys-prefix && \
jupyter lab build --dev-build=False --minimize=False
Expand Down

0 comments on commit 70e314e

Please sign in to comment.