Skip to content

Commit

Permalink
INC4108773 & INC3895955 fix. plotly, dash, jupyterlab_latex, mitoshee…
Browse files Browse the repository at this point in the history
…t3 are removed due to the compatibility isssue
  • Loading branch information
Ryoko Norden committed Aug 19, 2024
1 parent 2eca319 commit 3806637
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ USER ${NB_UID}

# Install Conda Packages (Plotly, SageMath)
RUN mamba create --yes -n sage sage python=3.11 && \
mamba install --yes -c conda-forge -c plotly \
mamba install --yes -c conda-forge \
"sage" \
"plotly" \
"jupyterlab-spellchecker" \
"dash" \
"xeus-cling" \
"openjdk" \
"maven" \
Expand All @@ -61,15 +60,15 @@ RUN mamba install --yes -c conda-forge \
'r-quanteda.textstats' \
'r-caret' \
'r-ggiraph' \
'r-ggextra' \
'r-ggextra' && \
mamba clean --all -f -y
RUN mamba install --yes -c conda-forge \
'r-isocodes' \
'r-urltools' \
'r-ggthemes' \
'r-modelsummary' \
'r-nsyllable' \
'r-proxyc' \
# 'r-car' \
# 'vtable-dumper' \
'r-tidytext' && \
mamba clean --all -f -y
RUN mamba install --yes -c conda-forge r-car
Expand All @@ -78,33 +77,24 @@ RUN mamba install --yes -c conda-forge r-car
RUN pip install --upgrade setuptools
RUN pip install nbgitpuller \
pulp \
jupyterlab-git \
jupyterlab-system-monitor \
jupyterlab_templates \
jupyter-resource-usage \
jupyterlab-code-formatter \
nbdime \
black \
pandas_ta \
ccxt \
isort \
jupyterlab_latex \
jupyterlab-github \
mitosheet3 \
plotly \
ipywidgets \
jupyterlab-spreadsheet-editor \
jupyterlab_widgets \
jupyterlab_templates
jupyterlab_templates \
otter-grader
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 serverextension enable --py jupyterlab_templates && \
jupyter serverextension enable nbgitpuller --sys-prefix && \
jupyter lab build --dev-build=False --minimize=False
RUN jupyter lab build --dev-build=False --minimize=False

USER root

Expand Down

0 comments on commit 3806637

Please sign in to comment.