From b2f657500b34b78c4b303c1ea2dd948a2fced87e Mon Sep 17 00:00:00 2001 From: Benjamin Lee <130000039+benlee0423@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:17:12 -0800 Subject: [PATCH] Update local build instruction (#234) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8954e33..0628dab 100644 --- a/README.md +++ b/README.md @@ -218,14 +218,11 @@ Here is the commands that build ngiab image locally using docker build. ``` cd docker -docker build -f Dockerfile.ngen-deps -t awiciroh/ngen-deps . --no-cache -docker build -f Dockerfile.t-route -t awiciroh/t-route . --no-cache --build-arg TAG_NAME=latest -docker build -f Dockerfile.ngen -t awiciroh/ngen . --no-cache --build-arg TAG_NAME=latest -docker build -f Dockerfile -t awiciroh/ciroh-ngen-image:latest . --no-cache --build-arg TAG_NAME=latest +docker build -f Dockerfile -t awiciroh/ciroh-ngen-image:latest . --no-cache ``` This image will not be pushed to Docker hub, and will stay in local machine. -If you need to run guide.sh with the image built, image tag must match with your machine platform. +If you need to run guide.sh with the image built, image tag must match with the tag in guide.sh. For Arm64 architecture, use latest tag.\ For X86 architecture, use latest-x86 tag.\