Skip to content

Commit 4f74f9a

Browse files
committed
Fix typo
1 parent 13c7da8 commit 4f74f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update --yes && \
2525

2626
USER ${NB_UID}
2727

28-
# mamba downgrades this packages to previous major version, which causes issues
28+
# mamba downgrades these packages to previous major versions, which causes issues
2929
RUN echo 'jupyterlab >=4.0.4' >> "${CONDA_DIR}/conda-meta/pinned" && \
3030
echo 'notebook >=7.0.2' >> "${CONDA_DIR}/conda-meta/pinned"
3131

0 commit comments

Comments
 (0)