We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df84b2e commit aa55fe3Copy full SHA for aa55fe3
Dockerfile.tmpl
@@ -53,6 +53,9 @@ ENV KMP_WARNINGS=0
53
# https://stackoverflow.com/questions/70250304/stop-tensorflow-from-printing-warning-message
54
ENV KMP_SETTINGS=false
55
56
+# Remove the pip as the root user warning.
57
+ENV PIP_ROOT_USER_ACTION=ignore
58
+
59
ADD clean-layer.sh /tmp/clean-layer.sh
60
ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl
61
ADD patches/template_conf.json /opt/kaggle/conf.json
0 commit comments