Skip to content

Commit

Permalink
add resource usage monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Apr 24, 2024
1 parent 0ed9f74 commit de68b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-gpu-notebook/Dockerfile.libs
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit de68b3c

Please sign in to comment.