Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Fix typo in torchelastic multi-container tutorials
Browse files Browse the repository at this point in the history
Summary: Found this while validating the new Classy Vision/PET tutorials

Reviewed By: kiukchung

Differential Revision: D21687358

fbshipit-source-id: dfdbce7d86ae3785874ed6a2aabde994ed26060f
  • Loading branch information
vreis authored and facebook-github-bot committed May 26, 2020
1 parent cbf2ebf commit 5cb6094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To start the example, run

::

cd $TORCHELATIC_HOME/examples/multi_container && docker-compose up
cd $TORCHELASTIC_HOME/examples/multi_container && docker-compose up

You should see two sets of outputs, one from ETCD starting up and one
from the application itself. The output from the application looks
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This example uses `docker-compose` to run two containers: one for the ETCD servi

To start the example, run
```
cd $TORCHELATIC_HOME/examples/multi_container && docker-compose up
cd $TORCHELASTIC_HOME/examples/multi_container && docker-compose up
```
You should see two sets of outputs, one from ETCD starting up and one from the application itself. The output from the application looks something like this:

Expand Down

0 comments on commit 5cb6094

Please sign in to comment.