From a7ccd52d411ecf32232877acd2bb195ca87fb626 Mon Sep 17 00:00:00 2001 From: You-Cyuan Jhang Date: Tue, 11 Aug 2020 12:16:29 -0700 Subject: [PATCH] Update GettingStartedSynthDet.md --- docs/GettingStartedSynthDet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStartedSynthDet.md b/docs/GettingStartedSynthDet.md index 912d7b09..68abb6ff 100644 --- a/docs/GettingStartedSynthDet.md +++ b/docs/GettingStartedSynthDet.md @@ -29,7 +29,7 @@ Once the data is generated locally, `datasetinsights` can be used to show datase 1. Run the `datasetinsights` docker image from DockerHub using the following command: -```docker run -p 8888:8888 -v :/data -t unitytechnologies/datasetinsights:0.1.0``` +```docker run -p 8888:8888 -v :/data -t unitytechnologies/datasetinsights:0.1.2``` Replace `` with the path the local datasets (listed above in step 2.3).