mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 11:29:43 +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
|
# 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 && \
|
||||||
|
|
Loading…
Reference in a new issue