From 07d537f1c951a6be1e099e3d60df5f20fe0a9e41 Mon Sep 17 00:00:00 2001 From: Dmitriy Aleksandrovich Date: Tue, 12 May 2020 19:04:11 +0300 Subject: [PATCH] Update README.md I have not worked with docker before. And even more so with nvidia-docker. Readme is misleading, especially about "". I immediately thought about the hash identifier, but this is not so. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccceca3..b0d7635 100644 --- a/README.md +++ b/README.md @@ -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 +sudo docker run -it --net=host -e DISPLAY --runtime=nvidia exsidius/openpose ``` Supports -