Skip to content

Commit 3fe0f86

Browse files
authored
Update Dockerfile
fix typo with no-rsf version
1 parent 7814a56 commit 3fe0f86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/datascience-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7272
RUN 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

0 commit comments

Comments
 (0)