Skip to content

Commit

Permalink
Update Dockerfile to remove installation of jupyter-resource-usage pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
flaviomartins committed Jul 1, 2024
1 parent a044f9f commit 54046da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ RUN mamba install --yes \

# Install measurement extras
RUN mamba install --yes \
'jupyter-resource-usage' \
'jupyterlab_execute_time' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
Expand Down

0 comments on commit 54046da

Please sign in to comment.