From 83770ea40c8f07143b68cb418de95aa1d359a007 Mon Sep 17 00:00:00 2001 From: maken0120 Date: Sun, 31 Oct 2021 16:33:36 +0900 Subject: [PATCH] Add permissions to resolve the error --- Dockerfile.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 003f8e9c..f9a8abf4 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -39,6 +39,8 @@ ARG TORCHVISION_VERSION ENV KMP_WARNINGS=0 ADD clean-layer.sh /tmp/clean-layer.sh +# Add permissions to resolve the error +RUN chmod +x /tmp/clean-layer.sh ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl ADD patches/template_conf.json /opt/kaggle/conf.json