mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Unfortunately bazel build is notably slower to run.
This commit is contained in:
parent
93e27a12c6
commit
ea9ac9e37c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue