Skip to content

Commit 3308bef

Browse files
committed
minor readme updates
1 parent 1b53e74 commit 3308bef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TensorFlow Serving on ARM
22
=========================
33

4-
TensorFlow Serving cross-compile project targeting linux on common ARM cores from a x86_64 host. Resulting artifacts include binaries and docker images.
4+
TensorFlow Serving cross-compile project targeting linux on common ARM cores from a linux x86_64 host. Resulting artifacts include binaries and docker images.
55

66
**TensorFlow Serving ARM Docker Images**
77
https://hub.docker.com/r/emacski/tensorflow-serving
@@ -29,13 +29,16 @@ Should any of those scare you, I recommend NOT using anything here. Additionally
2929

3030
One of the main goals is to keep this project as concise and easy to maintain as possible. Therefore, existing tensorflow project resources are used wherever possible.
3131

32-
**Main Upstream Projects**
32+
The project's directory structure is intended to mirror the upstream project where files exist only where it is necessary to make additions to or override the upstream source.
33+
34+
**Upstream Project**
3335
[tensorflow/serving](https://github.com/tensorflow/serving)
3436

3537
## Build
3638

3739
Host Build Dependencies:
3840
* docker
41+
* make
3942

4043
Build cross-compiling development image
4144
```

0 commit comments

Comments
 (0)