From: 남궁석/동작제어Lab(SR)/Engineer/삼성전자 Date: Fri, 31 Aug 2018 14:39:09 +0000 (+0900) Subject: Update getting_started document for docker (#1267) X-Git-Tag: nncc_backup~1987 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de7ce5d651850b376ad4cad5198a57bd00e53b0b;p=platform%2Fcore%2Fml%2Fnnfw.git Update getting_started document for docker (#1267) Docker build for _nncc_ use multistage-build However multistage-build require docker 17.05 or higher version This commit will update this information Signed-off-by: Seok NamKoong --- diff --git a/doc/getting_started.md b/doc/getting_started.md index 685f5af..dc6456e 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -6,6 +6,9 @@ The following toolchains are needed to build _nncc_ project: #### How to build _nncc_ with docker +To build _nncc_ with docker, docker version should be equal or higher than 17.05 +(Reference Docs : [docker site](https://docs.docker.com/develop/develop-images/multistage-build/)) + _nncc_ provides ``Dockerfile`` in order to make it easy to setup development environment. One may build ``nncc`` docker image with the following command: