1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00
This commit is contained in:
silky 2018-04-11 10:31:50 +10:00
parent 96c3025171
commit 87b2dde36f

View File

@ -13,7 +13,9 @@ RUN apt-get install -y \
# Makes stack viable in the container
libgmp-dev \
# 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.
RUN dpkg-reconfigure locales && \