Update "Using TensorFlow via Docker" README to mention memory limits.

Fixes 
Change: 154721550
This commit is contained in:
Skye Wanderman-Milne 2017-05-01 08:11:42 -08:00 committed by TensorFlower Gardener
parent b1761a2b43
commit fcfb5482da

View File

@ -34,7 +34,11 @@ run continuous integration [ci.tensorflow.org](https://ci.tensorflow.org).
```bash
tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
```
If you are using the Docker image on Windows or OS X, the Docker VM's default
memory limit may be too low to build TensorFlow. This can result in
strange-looking errors, e.g. the compilation may fail with `gcc: internal
compiler error: Killed (program cc1plus)`. Try increasing the memory limit in
the Docker preferences.
## Jobs