Closed
Description
System information
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Ubuntu 16.04
- TensorFlow installed from (source or binary):official Dockerfile
- TensorFlow version (use command below):1.8.0
- Python version: 3.5
- Bazel version (if compiling from source):from Docker
- GCC/Compiler version (if compiling from source):from Docker
- CUDA/cuDNN version:not relevant
- GPU model and memory:not relevant
- Exact command to reproduce:see link
Describe the problem
Python 3 has a serious issue on LANG=C environment as described in Python Issue 19846.
In fact, official python or Anaconda Dockerfile assigned LANG=C.UTF-8 like Dockerfile
Can this be fixed in future releases?
Thank you so much.