File tree Expand file tree Collapse file tree
images/datascience-notebook Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ ARG PANDAS_VERSION=2.2.3 STATSMODELS_VERSION=0.14.4 BOTTLENECK_VERSION=1.4.2 NUM
7171# # mistune added for nbgrader issues
7272RUN mamba install -c conda-forge pillow typing-extensions tzlocal appdirs gputil mock pytest umap-learn && \
7373 mamba install -c conda-forge nltk statsmodels=$STATSMODELS_VERSION pandas=$PANDAS_VERSION mistune && \
74- mamba install -c conda-forge dpkt nose datascience pyarrow bottleneck=$BOTTLENECK_VERSION umap-learn numexpr=$NUMEXPR_VESION && \
74+ mamba install -c conda-forge dpkt nose datascience pyarrow bottleneck=$BOTTLENECK_VERSION umap-learn numexpr=$NUMEXPR_VERSION && \
7575 python -c 'import matplotlib.pyplot' && \
7676 fix-permissions $CONDA_DIR && \
7777 fix-permissions /home/$NB_USER && \
@@ -89,7 +89,7 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$
8989 mamba clean --all
9090
9191# Install R packages
92- RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt r-sf r-units sqlite>=3.45 -y && \
92+ RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt -y && \
9393 fix-permissions $CONDA_DIR && \
9494 fix-permissions /home/$NB_USER && \
9595 mamba clean -a -y
You can’t perform that action at this time.
0 commit comments