Skip to content

Commit

Permalink
Update README.md (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganler authored Jun 26, 2021
1 parent 8814f5d commit 36f0944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Make sure you have [docker](https://docs.docker.com/get-docker/) with [nvidia-do
```bash
# [Example 1]: Doing inference on given video, copy the output.avi to the local path.
docker run --rm --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
docker run --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
docker cp quick-start:/hyperpose/build/output.avi .
docker rm quick-start

Expand Down

0 comments on commit 36f0944

Please sign in to comment.