提交 8034e57f 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!10 Fixed docker build command line error in README

Merge pull request !10 from YedongLiu/master
...@@ -96,7 +96,7 @@ docker pull mindspore/ms-operator:latest ...@@ -96,7 +96,7 @@ docker pull mindspore/ms-operator:latest
Or you can build the ms-operator image on local machine: 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 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: After the installation, check the image status using `docker images` command:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册