We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4ce3d commit 38cf926Copy full SHA for 38cf926
Dockerfiles/install-common.sh
@@ -19,7 +19,7 @@ chmod go+rX tensorflow_cc/tensorflow_cc/build
19
cd tensorflow_cc/tensorflow_cc/build
20
21
# build and install
22
-cmake -DLOCAL_RAM_RESOURCES=2048 -DLOCAL_CPU_RESOURCES=2 ..
+cmake -DLOCAL_RAM_RESOURCES=2048 -DLOCAL_CPU_RESOURCES=2 -DINSTALL_PROTOBUF=ON ..
23
make
24
rm -rf /home/tensorflow_cc/.cache
25
rm -rf /root/.cache
0 commit comments