From e442ebf10ebea187c198231723fd674afdc6fea1 Mon Sep 17 00:00:00 2001 From: avanetten Date: Wed, 23 May 2018 17:08:07 -0400 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 184b58f..ac504dc 100755 --- a/README.md +++ b/README.md @@ -40,12 +40,14 @@ Where x, y, width, and height are relative to the image's width and height. Labe 1. Install [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) 2. Build docker file + nvidia-docker build -t yolt yolt_container /path_to_yolt/docker ## Execution # Commands should be executed within the docker file. To run the container (with name yolt_train0): + nvidia-docker run -it -v --name yolt_train0 yolt_container