Skip to content

Commit 0ac864c

Browse files
committed
Revert "Revert "Fix installation guide""
This reverts commit 0ae4b2b.
1 parent 0ae4b2b commit 0ac864c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/getting_started/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ This will use a Docker image that will isolate mediapipe's installation from the
711711
```bash
712712
$ docker run -it --name mediapipe mediapipe:latest
713713
714-
root@bca08b91ff63:/mediapipe# GLOG_logtostderr=1 bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world
714+
root@bca08b91ff63:/mediapipe# GLOG_logtostderr=1 bazelisk run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world
715715
716716
# Should print:
717717
# Hello World!

0 commit comments

Comments
 (0)