set C locale

This commit is contained in:
Axel Kohlmeyer 2020-04-02 19:41:00 -04:00
parent d4fbeccb2b
commit c8481e620d
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
3 changed files with 12 additions and 0 deletions

View File

@ -68,5 +68,9 @@ From: rocm/dev-ubuntu-18.04
make package
make install
%environment
LC_ALL=C
export LC_ALL
%labels
Author rbberger

View File

@ -61,5 +61,9 @@ From: ubuntu:18.04
apt-get update
apt-get install -y intel-opencl-icd
%environment
LC_ALL=C
export LC_ALL
%labels
Author rbberger

View File

@ -60,5 +60,9 @@ From: nvidia/cuda:10.2-devel-ubuntu18.04
mkdir -p /etc/OpenCL/vendors
echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd
%environment
LC_ALL=C
export LC_ALL
%labels
Author rbberger