File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,10 @@ sudo pacman -S cuda cudnn nvidia
6969** Warning:** Newer versions of TensorFlow sometimes fail to build with the latest version of Bazel. You may wish
7070to install an older version of Bazel (e.g., 5.1.1).
7171
72- ** Warning:** If your program uses Protobuf and you encounter linkage problems, you can try ` -DINSTALL_PROTOBUF=ON ` option
73- to install a Protobuf version matching the version bundled with TensorFlow.
72+ ** Warning:** If your program uses Protobuf and you encounter linkage or other problems, you can
73+ try ` -DINSTALL_PROTOBUF=ON ` option to install a Protobuf version matching the version bundled with TensorFlow.
74+ Our Dockerfiles are already built with the right version of Protobuf, so you may want to try
75+ your program in the Dockerfile first.
7476
7577#### 2) Clone this repository
7678```
You can’t perform that action at this time.
0 commit comments