[Docs] Remove docker GIAG from readme.md
authorJihoon Lee <jhoon.it.lee@samsung.com>
Wed, 14 Oct 2020 10:25:57 +0000 (19:25 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 14 Oct 2020 12:45:47 +0000 (21:45 +0900)
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 <jhoon.it.lee@samsung.com>
README.md

index 8e6abf1..e3b7158 100644 (file)
--- 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.