Skip to content

Commit a868dab

Browse files
committed
Update README.md
1 parent 26feb84 commit a868dab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7070
to 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
```

0 commit comments

Comments
 (0)