From: Jihoon Lee Date: Wed, 14 Oct 2020 10:25:57 +0000 (+0900) Subject: [Docs] Remove docker GIAG from readme.md X-Git-Tag: accepted/tizen/unified/20201120.125454~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf0b46ce699db125feeba190d1b25cef9952632e;p=platform%2Fcore%2Fml%2Fnntrainer.git [Docs] Remove docker GIAG from readme.md As docker GIAG build support is no longer maintained, this patch removes the guide to docker GIAG build. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Jihoon Lee --- diff --git a/README.md b/README.md index 8e6abf1..e3b7158 100644 --- a/README.md +++ b/README.md @@ -155,27 +155,6 @@ The following dependencies are needed to compile / build / run. * libiniparser * libgtest (for testing) - -### Give It a Go Build with Docker - -You can use [docker image](https://hub.docker.com/r/lunapocket/nntrainer-build-env) to easily set up and try building. - -To run the docker - -```bash -$ docker pull lunapocket/nntrainer-build-env:ubuntu-18.04 -$ docker run --rm -it lunapocket/nntrainer-build-env:ubuntu-18.04 -``` - -Inside docker... - -```bash -$ cd /root/nntrainer -$ git pull # If you want to build with latest sources. -``` - -You can try build from now on without concerning about Prerequisites. - ### How to Build Download the source file by cloning the github repository.