From 5866929899ff1546389e2dd5ccc0f7864f5823e6 Mon Sep 17 00:00:00 2001 From: YedongLiu Date: Fri, 1 May 2020 12:30:53 +0800 Subject: [PATCH] fiexed docker build command line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4cfb9a..8b91b1a 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ docker pull mindspore/ms-operator:latest Or you can build the ms-operator image on local machine: ``` go build -ldflags '-w -s' -o ms-operator cmd/ms-operator.v1/main.go -docker build . -t mindspore/ms-operator +docker build -t mindspore/ms-operator . ``` After the installation, check the image status using `docker images` command: -- GitLab