Skip to content

Commit

Permalink
Updated locales to be able to print utf-8 from python.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoryouyou committed Feb 19, 2017
1 parent c8e6ccc commit 6299d0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:8.0
FROM nvidia/cuda:8.0-cudnn5-runtime-ubuntu16.04

MAINTAINER Till von Ahnen "[email protected]"

Expand All @@ -15,3 +15,9 @@ RUN pip3 install --upgrade pip

# install everything needed
RUN pip3 install tensorflow-gpu numpy scipy scikit-learn pillow h5py keras

# setup missing locale
RUN locale-gen en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8

0 comments on commit 6299d0b

Please sign in to comment.