Update "Using TensorFlow via Docker" README to mention memory limits.
Fixes #7861 Change: 154721550
This commit is contained in:
parent
b1761a2b43
commit
fcfb5482da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user