Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Aug 13, 2023
1 parent 13c7da8 commit 4f74f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update --yes && \

USER ${NB_UID}

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

Expand Down

0 comments on commit 4f74f9a

Please sign in to comment.