mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
parent
96c3025171
commit
4c6306d914
1 changed files with 3 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue