Skip to content

Commit

Permalink
add to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jialeicui committed Nov 18, 2022
1 parent b7343d1 commit 8cf57dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions docs/i18n/zh/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
},
"sidebar.mainSidebar.category.Configurations": {
"message": "配置文件"
},
"sidebar.mainSidebar.category.Heterogeneous-devices": {
"message": "异构设备"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ NVIDIA 为它的 GPU 提供了自己的 [k8s device plugin](https://github.com/N

#### 制作和使用自定义镜像

文章前面提到的 l4t-jetpack 镜像可以满足我们一般的使用, 如果我们需要自己定制更加精简或者更多功能的镜像, 可以基于 l4t-base 来制作
文章前面提到的 l4t-jetpack 镜像可以满足我们一般的使用, 如果我们需要自己定制更加精简或者更多功能的镜像, 可以基于 l4t-base 来制作
相关 Dockerfile 可以参考 [Starwhale为mnist制作的镜像](https://github.com/star-whale/starwhale/tree/main/docker/devices/jetson)
9 changes: 9 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ module.exports = {
"guides/config/swignore",
]
},
{
type: 'category',
label: "Heterogeneous-devices",
collapsed: true,
items: [
"guides/heterogeneous/node-able",
"guides/heterogeneous/virtual-node",
]
},
"guides/faq",
],
"Reference": {
Expand Down

0 comments on commit 8cf57dd

Please sign in to comment.