Update docker image name and maintainer. (#1)

This commit is contained in:
Judah Jacobson 2016-10-24 19:19:26 -07:00 committed by Greg Steuck
parent 67690d1499
commit d525ff7c9c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Prepare the image with:
# docker build -t gnezdo/tfhs:2016-10-14-1 docker
# docker build -t tensorflow/haskell:v0 docker
FROM gcr.io/tensorflow/tensorflow:latest-devel
MAINTAINER Greg Steuck <gnezdo+tfhs@google.com>
MAINTAINER TensorFlow authors <tensorflow-haskell@googlegroups.com>
# Installs protoc and the libraries.
RUN \
cd /tensorflow && \