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 d50af0c commit b055d91Copy full SHA for b055d91
Dockerfile.tmpl
@@ -39,7 +39,7 @@ ARG TORCHVISION_VERSION
39
ENV KMP_WARNINGS=0
40
# Also make the KMP logs noverbose.
41
# https://stackoverflow.com/questions/70250304/stop-tensorflow-from-printing-warning-message
42
-ENV KMP_AFFINITY="granularity=fine,noverbose,compact,1,0"
+ENV KMP_SETTINGS=false
43
44
ADD clean-layer.sh /tmp/clean-layer.sh
45
ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl
0 commit comments