Skip to content

Commit

Permalink
fixes #182 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
silky authored and fkm3 committed Apr 11, 2018
1 parent 96c3025 commit 4c6306d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4c6306d

Please sign in to comment.