mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +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:
parent
fc25db7a78
commit
afbcd1b772
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue