1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-01 18:43:36 +02:00
This commit is contained in:
Noon van der Silk 2018-04-11 11:12:48 +10:00 committed by fkm3
parent 96c3025171
commit 4c6306d914

View File

@ -13,7 +13,9 @@ RUN apt-get install -y \
# Makes stack viable in the container # Makes stack viable in the container
libgmp-dev \ libgmp-dev \
# Required for locales configuration. # Required for locales configuration.
locales locales \
# Required for tcp connections (See: https://github.com/tensorflow/haskell/issues/182)
netbase
# Our MNIST demo program outputs Unicode characters. # Our MNIST demo program outputs Unicode characters.
RUN dpkg-reconfigure locales && \ RUN dpkg-reconfigure locales && \