Skip to content
Snippets Groups Projects
Commit 36bdc741 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

keras3-cpu: Add system-monitor setting

It is not active yet, since it requires jupyter-resource-usage>=1, which
is not installed, currently, but might be updated someday.
parent 70e99d1e
No related branches found
No related tags found
1 merge request!32Update code-server and Readme
......@@ -140,6 +140,7 @@ RUN mamba install --yes --no-update-deps \
USER root
# activate extensions by default
COPY plugin.jupyterlab-settings "/home/${NB_USER}/.jupyter/lab/user-settings/@jupyterlab/extensionmanager-extension/"
COPY plugin.jupyterlab-settings "/home/${NB_USER}/.jupyter/lab/user-settings/@jupyter-server/resource-usage/"
RUN chown -R ${NB_USER} "/home/${NB_USER}/.jupyter" && \
# history search with Page Up/Down
sed -i "s/^# \(.*history-search.*\)/\1/" /etc/inputrc && \
......
{
"enable": true,
"refreshRate": 2500,
"memory": {
"label": "Mem: "
},
"cpu": {
"label": "CPU: "
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment