diff --git a/Dockerfile b/Dockerfile index 89bba22c..5accf48a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ FROM gcr.io/deeplearning-platform-release/base-cpu:${BASE_TAG} ADD clean-layer.sh /tmp/clean-layer.sh ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl +ADD patches/template_conf.json /opt/kaggle/conf.json # This is necessary for apt to access HTTPS sources RUN apt-get update && \ diff --git a/patches/nbconvert-extensions.tpl b/patches/nbconvert-extensions.tpl index b3de090d..e40f0013 100644 --- a/patches/nbconvert-extensions.tpl +++ b/patches/nbconvert-extensions.tpl @@ -4,7 +4,7 @@ All cell metadata starting with '_kg_' will be included with its value ({key}-{v as a class in the cell's DIV container #} -{% extends 'full.tpl'%} +{% extends 'classic/index.html.j2'%} {% block any_cell %}