Update README.md

This commit is contained in:
栾鹏 2022-10-09 11:31:19 +08:00 committed by GitHub
parent fb3fcbfd56
commit 98a8fb09a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'admin' WITH GRAN
mysql> flush privileges;
```
镜像构建(可忽略)
## 镜像构建(可忽略)
```
构建基础镜像(包含基础环境)
@ -33,7 +33,7 @@ docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01
docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2022.09.01 -f install/docker/dockerFrontend/Dockerfile .
```
镜像拉取(如果你不参与开发可以直接使用线上镜像)
## 镜像拉取(如果你不参与开发可以直接使用线上镜像)
```
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01
docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2022.09.01
@ -51,7 +51,7 @@ image刚才构建的镜像
MYSQL_SERVICEmysql的地址
1) build fore
1) build frontend
```
STAGE: 'build'
docker-compose -f docker-compose.yml up