Skip to content

Commit ca746aa

Browse files
authored
Update Dockerfile
1 parent b377a8f commit ca746aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/datascience-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
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 && \

0 commit comments

Comments
 (0)