mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Update docker image name and maintainer. (#1)
This commit is contained in:
parent
67690d1499
commit
d525ff7c9c
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue