Skip to content

Commit

Permalink
Bring GPU Dockerfile in line with CPU Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Schuurmans authored and fkm3 committed Jan 20, 2023
1 parent e441c59 commit 86a4a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ LABEL maintainer="TensorFlow authors <[email protected]>"
RUN apt-get update

RUN apt-get install -y \
# stack needs git
git \
# Required by snappy-frames dependency.
libsnappy-dev \
# Avoids /usr/bin/ld: cannot find -ltinfo
Expand All @@ -19,7 +17,9 @@ RUN apt-get install -y \
curl \
unzip \
# Required for locales configuration.
locales
locales \
# Required for tcp connections by stack (See: https://github.com/tensorflow/haskell/issues/182)
netbase

# Support output of Unicode characters.
RUN dpkg-reconfigure locales && \
Expand Down

0 comments on commit 86a4a12

Please sign in to comment.