Skip to content

Commit

Permalink
Revert "Revert "Fix installation guide""
Browse files Browse the repository at this point in the history
This reverts commit 0ae4b2b.
  • Loading branch information
daniel13520cs committed Jul 14, 2021
1 parent 0ae4b2b commit 0ac864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 0ac864c

Please sign in to comment.