Resolve #30 by using nightly. (#32)

Unfortunately bazel build is notably slower to run.
This commit is contained in:
Greg Steuck 2016-11-15 16:42:52 -08:00 committed by GitHub
parent 93e27a12c6
commit ea9ac9e37c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Prepare the image with:
# docker build -t tensorflow/haskell:v0 docker
FROM gcr.io/tensorflow/tensorflow:latest-devel
FROM tensorflow/tensorflow:nightly-devel
MAINTAINER TensorFlow authors <tensorflow-haskell@googlegroups.com>
# Installs protoc and the libraries.
RUN \