builder icon indicating copy to clipboard operation
builder copied to clipboard

Fix locale can not change warning

Open chuanqi129 opened this issue 1 year ago • 0 comments

Currently the docker images built from Docker_2_28 have locale can't set warning, and this issue will cause the xpu 3.8 manylinux wheel build job failed on numpy 1.15 installation phase, please refer https://github.com/pytorch/pytorch/actions/runs/9707728985/job/26809022850

Before fix:

bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

chuanqi129 avatar Jul 03 '24 09:07 chuanqi129