1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2025-02-17 05:25:05 +01:00

Updated instruction wrt upgrading stack.

This commit is contained in:
Alexander Kjeldaas 2016-12-24 00:44:38 +01:00
parent 1e5944e7bc
commit 97753eda61

View file

@ -25,6 +25,24 @@ There is also a demo application:
cd tensorflow-mnist
stack --docker --docker-image=$IMAGE_NAME build --exec Main
If you see:
```
Downloading Docker-compatible stack executable
stack-1.2.1 executable not found for linux64
Use the 'stack-exe' option to specify a location
```
or similar during the `stack --docker --docker-image=$IMAGE_NAME setup` step, then
you need to upgrade your stack version.
```
$ stack upgrade
```
will fix it.
## Build on Mac OS X
The following instructions were verified with Mac OS X El Capitan.