1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-23 03:19:44 +01:00

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

View file

@ -1,6 +1,6 @@
# Prepare the image with: # Prepare the image with:
# docker build -t tensorflow/haskell:v0 docker # 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> MAINTAINER TensorFlow authors <tensorflow-haskell@googlegroups.com>
# Installs protoc and the libraries. # Installs protoc and the libraries.
RUN \ RUN \