maxhodak / keras-molecules

Autoencoder network for learning a continuous representation of molecular structures.
MIT License
519 stars 146 forks source link

locale-gen: not found when running docker build #66

Open tkda-h3 opened 7 years ago

tkda-h3 commented 7 years ago
$ docker build .

Step 3/16 : RUN locale-gen en_US.UTF-8
 ---> Running in XXXXXXXXX
/bin/sh: 1: locale-gen: not found
The command '/bin/sh -c locale-gen en_US.UTF-8' returned a non-zero code: 127

I think I have to run 'apt-get install locale' like this question