mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-11-21 01:16:33 +08:00
Update README.md
This commit is contained in:
parent
fb3fcbfd56
commit
98a8fb09a3
@ -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_SERVICE:mysql的地址
|
||||
|
||||
1) build fore
|
||||
1) build frontend
|
||||
```
|
||||
STAGE: 'build'
|
||||
docker-compose -f docker-compose.yml up
|
||||
|
Loading…
Reference in New Issue
Block a user