diff --git a/config_template/Dockerfile b/config_template/Dockerfile index a7319b6..6c1ffbc 100644 --- a/config_template/Dockerfile +++ b/config_template/Dockerfile @@ -1,2 +1,6 @@ FROM nvcr.io/nvidia/pytorch:19.06-py3 +RUN conda install --quiet --yes -c conda-forge nodejs &&\ + conda clean --all -f -y &&\ + jupyter labextension install @jupyterlab/toc &&\ + npm cache clean --force