Skip to content

Commit

Permalink
time python package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Nov 14, 2023
1 parent 618fc91 commit d87475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ USER ${NB_USER}
COPY environment.yml /tmp/
COPY infra-requirements.txt /tmp/

RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -afy
RUN time mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -afy
RUN jupyter contrib nbextensions install --sys-prefix --symlink && \
jupyter nbextensions_configurator enable --sys-prefix

Expand Down

0 comments on commit d87475b

Please sign in to comment.