From 9b0f1c38c2bb97d6b47ba6f2b9860a3859394b6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=B5=9C=ED=98=95=EA=B7=9C/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Wed, 9 May 2018 10:06:55 +0900 Subject: [PATCH] Update howto document of docker (#1121) - Update howto document of docker to reflect recent changes Signed-off-by: Hyung-Kyu Choi --- docs/howto/HowToUseDockerImage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/howto/HowToUseDockerImage.md b/docs/howto/HowToUseDockerImage.md index a5a91bf..aac06bd 100644 --- a/docs/howto/HowToUseDockerImage.md +++ b/docs/howto/HowToUseDockerImage.md @@ -61,7 +61,7 @@ $ docker run --rm -v $(pwd):/opt/nnfw -w /opt/nnfw nnfw_docker make install or use `docker_run_test.sh` for convenience as below. ``` $ cd nnfw -$ ./ci/docker_run_test.sh +$ ./run docker_run_test.sh ``` You can find built artifacts at `nnfw/Product/x86_64-linux.debug`. @@ -69,7 +69,6 @@ You can find built artifacts at `nnfw/Product/x86_64-linux.debug`. 2. Cross build `nnfw` for ARM on x86_64 host ``` $ cd nnfw -$ cd docker -$ ./docker_build_cross_arm_ubuntu_without_aclbuild.sh +$ ./run docker_build_cross_arm_ubuntu_without_aclbuild.sh ``` You can find built artifacts at `nnfw/Product/armv7l-linux.debug/`. -- 2.7.4