Skip to content

Commit

Permalink
Merge pull request d-run#125 from samzong/baize/quick-start
Browse files Browse the repository at this point in the history
fixed: baize quick start
  • Loading branch information
windsonsea authored Jun 20, 2024
2 parents bd8f944 + 4e64877 commit 743aaa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/zh/docs/baize/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hide:

!!! note

目前仅支持读写模式为 ReadWriteMany 的 StorageClass,支持使用 NFS 或者推荐使用 [JuiceFS](https://juicefs.com/zh-cn/)。
目前仅支持读写模式为 `ReadWriteMany``StorageClass`,请使用 NFS 或者推荐使用 [JuiceFS](https://juicefs.com/zh-cn/)。

![baize](images/baize-01.png)

Expand All @@ -36,10 +36,11 @@ hide:

![baize](images/baize-05.png)

4. 点击导航栏的 **任务中心** -> **任务管理** ,创建一个 Pytorch 单机任务,任务配置参考下图,并在上一步中开启 **任务分析(Tersorflow)** 功能,点击 **创建** 后等待状态完成。
4. 点击导航栏的 **任务中心** -> **任务管理** ,创建一个 `Tensorflow` 单机任务,任务配置参考下图,
并开启 **任务分析(Tersorboard)** 功能,点击 **创建** 后等待状态完成。

- 镜像地址填写:[`docker.m.daocloud.io/kubeflownotebookswg/jupyter-tensor`](http://docker.m.daocloud.io/kubeflownotebookswg/jupyter-tensor)
- Command:python
- 镜像地址填写:`release.daocloud.io/baize/jupyter-tensorflow-full:v1.8.0-baize`
- Command:`python`
- Arguments:`/home/jovyan/code/tensorflow/tf-fashion-mnist-sample/train.py`

!!! note
Expand Down
3 changes: 2 additions & 1 deletion docs/zh/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ nav:
- 参数组: dtx/parameters.md
- 算法开发:
- 什么是算法开发: baize/index.md
- 算法开发功能特性: baize/features.md
- 快速入门: baize/quick-start.md
- 算法开发功能特性: baize/features.md

- 模型中心:
- 什么是模型中心: dmc/index.md
- 功能特性: dmc/features.md
Expand Down

0 comments on commit 743aaa5

Please sign in to comment.