Skip to content

Commit b055d91

Browse files
authored
Set KMP_SETTINGS to false to avoid Tensorflow warning message (#1130)
http://b/218492749
1 parent d50af0c commit b055d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ARG TORCHVISION_VERSION
3939
ENV KMP_WARNINGS=0
4040
# Also make the KMP logs noverbose.
4141
# https://stackoverflow.com/questions/70250304/stop-tensorflow-from-printing-warning-message
42-
ENV KMP_AFFINITY="granularity=fine,noverbose,compact,1,0"
42+
ENV KMP_SETTINGS=false
4343

4444
ADD clean-layer.sh /tmp/clean-layer.sh
4545
ADD patches/nbconvert-extensions.tpl /opt/kaggle/nbconvert-extensions.tpl

0 commit comments

Comments
 (0)