mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 11:29:43 +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:
|
# 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 \
|
||||||
|
|
Loading…
Reference in a new issue