Skip to content
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
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# openpose-docker
Dockerfile to build the excellent OpenPose software from CMU.

Ensure that you have `nvidia-docker` installed before you download this image.
At first, use this guides to install `nvidia-docker`:
1. [Install nvidia-container-toolkit](https://github.com/NVIDIA/nvidia-docker#ubuntu-160418042004-debian-jessiestretchbuster)
2. [Install nvidia-docker 2.0](https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0))

To run the container, use the following commmand -
To run the container, use the following commmand:

```bash
xhost +
docker run -it --net=host -e DISPLAY --runtime=nvidia <container-id>
sudo docker run -it --net=host -e DISPLAY --runtime=nvidia exsidius/openpose
```

Supports -
Expand Down