Skip to content

Commit

Permalink
fixed conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 21, 2022
1 parent 398e375 commit ac15072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt update --yes && \
USER ${NB_UID}

# install cookiecutter and jupyter extensions
RUN conda install -c -Y conda-forge \
RUN conda install -c conda-forge --quiet --yes \
cookiecutter \
jupyterlab-git \
jupyterlab-spellchecker \
Expand Down

0 comments on commit ac15072

Please sign in to comment.