提交 58669298 编写于 作者: Y YedongLiu 提交者: Gitee

fiexed docker build command line

上级 47aabfdc
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册