Skip to content

Commit 36f0944

Browse files
authored
Update README.md (#361)
1 parent 8814f5d commit 36f0944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Make sure you have [docker](https://docs.docker.com/get-docker/) with [nvidia-do
5151
5252
```bash
5353
# [Example 1]: Doing inference on given video, copy the output.avi to the local path.
54-
docker run --rm --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
54+
docker run --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
5555
docker cp quick-start:/hyperpose/build/output.avi .
5656
docker rm quick-start
5757

0 commit comments

Comments
 (0)