diff --git a/base-gpu-notebook/Dockerfile.libs b/base-gpu-notebook/Dockerfile.libs index ac036ff..de47477 100644 --- a/base-gpu-notebook/Dockerfile.libs +++ b/base-gpu-notebook/Dockerfile.libs @@ -51,7 +51,7 @@ RUN mkdir -p /usr/local/xfce-userdirs/ && \ RUN mamba install -y "jupyter-server-proxy>=1.4" websockify -c conda-forge && \ mamba install -y jupyter-vscode-proxy -c conda-forge && \ - mamba install -y gh --channel conda-forge && \ + mamba install -y gh jupyter-resource-usage --channel conda-forge && \ mamba install -y graphviz nb_conda_kernels && \ pip install --no-cache-dir jupyter_remote_desktop_proxy && \ mamba clean -afy && \