Update readme.md

This commit is contained in:
栾鹏 2022-10-18 15:44:43 +08:00 committed by GitHub
parent 31d83bfe43
commit a3570d8496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,10 @@ PORT2=暴露端口2
### 2.3 通过Dockerfile构建镜像
```bash
docker build -t $hubhost/notebook:jupyter-ubuntu-cpu-bigdata -f Dockerfile .
docker push $hubhost/notebook:jupyter-ubuntu-cpu-bigdata
docker build -t $hubhost/notebook:jupyter-ubuntu-bigdata -f Dockerfile .
docker push $hubhost/notebook:jupyter-ubuntu-bigdata
```
注意镜像名需要包含bigdata这样才能会被识别为bigdata组件
### 2.4 上线自己的notebook镜像到cube-studio