Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Fix the intructions to work inside of a Docker container #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To test out the custom “greeter TensorBoard” with the Greeter Plugin, first
Then, clone and `cd` into this repository, and run the following commands:

```sh
bazel run //greeter_plugin:greeter_demo
bazel run //greeter_tensorboard -- --logdir=/tmp/greeter_demo
bazel run //greeter_plugin:greeter_demo --incompatible_remove_native_http_archive=false
bazel run //greeter_tensorboard --incompatible_remove_native_http_archive=false -- --logdir=/tmp/greeter_demo
```

[install Bazel]: https://bazel.build/versions/master/docs/install.html
Expand Down