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:
parent
1e5944e7bc
commit
97753eda61
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue