From 0ac864cef284181971ff9ba04a5a7e3f3ac5bcd8 Mon Sep 17 00:00:00 2001 From: daniel_hsiao Date: Thu, 15 Jul 2021 00:12:53 +0800 Subject: [PATCH] Revert "Revert "Fix installation guide"" This reverts commit 0ae4b2bd4e25ef73882833db2666019b62b5eb03. --- docs/getting_started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/install.md b/docs/getting_started/install.md index 95dce1d1758..78f7915aedf 100644 --- a/docs/getting_started/install.md +++ b/docs/getting_started/install.md @@ -711,7 +711,7 @@ This will use a Docker image that will isolate mediapipe's installation from the ```bash $ docker run -it --name mediapipe mediapipe:latest - root@bca08b91ff63:/mediapipe# GLOG_logtostderr=1 bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world + root@bca08b91ff63:/mediapipe# GLOG_logtostderr=1 bazelisk run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world # Should print: # Hello World!