Skip to content

Commit 93d798b

Browse files
yuslepukhinsnnn
authored andcommitted
Add locale configuration doc.
1 parent 71ddba7 commit 93d798b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ system.
6363
* For Linux, the system must have the libgomp.so.1 which can be installed using ```apt-get install libgomp1```.
6464
* The official GPU builds require the CUDA 9.1 and cuDNN 7.1 runtime libraries being installed in the system.
6565
* Python binaries are compatible with Python 3.5-3.7.
66+
* Certain operators makes use of system locales. At the very least you will need to install English language package and configure en_US.UTF-8 locale.
67+
* For Ubuntu install language-pack-en package
68+
* Run the following commands:
69+
* locale-gen en_US.UTF-8
70+
* update-locale LANG=en_US.UTF-8
71+
* Follow similar procedure to configure other locales on other platforms.
6672

6773
## APIs and Official Builds
6874
| API Documentation | CPU package | GPU package |

0 commit comments

Comments
 (0)