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

Note that we require stack-1.4.0 or newer.

This requirement is due to #106 which added Cabal `custom-setup` clauses.
This commit is contained in:
Judah Jacobson 2017-06-02 16:02:30 -07:00 committed by fkm3
parent fc25db7a78
commit afbcd1b772

View file

@ -61,6 +61,8 @@ fit xData yData = TF.runSession $ do
# Installation Instructions # Installation Instructions
Note: building this repository with `stack` requires version `1.4.0` or newer.
## Build with Docker on Linux ## Build with Docker on Linux
As an expedient we use [docker](https://www.docker.com/) for building. Once you have docker As an expedient we use [docker](https://www.docker.com/) for building. Once you have docker