Skip to content

Commit

Permalink
Issue #2755 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
PahudPlus authored Jul 7, 2020
1 parent dc2b79a commit 1f781fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ wget https://raw.githubusercontent.com/milvus-io/milvus/v{{var.release_version

## Step 4 Start Docker container

Before starting the Docker container, you must set `enable` to `true` in `gpu_resource_config` section of `server_config.yaml`.
Before starting the Docker container, you must set `enable` to `true` in `gpu` section of `server_config.yaml`.

```shell
$ docker run -d --name milvus_gpu_{{var.release_version}} --gpus all \
Expand Down
36 changes: 18 additions & 18 deletions site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"menuList": [
{
{
"id": "about_milvus",
"title": "About Milvus",
"label1": "",
Expand All @@ -9,39 +9,39 @@
"order": 0,
"isMenu": true
},
{
"id": "overview.md",
"title": "Milvus Overview",
"label1": "about_milvus",
"label2": "",
"label3": "",
"order": 0
{
"id": "overview.md",
"title": "Milvus Overview",
"label1": "about_milvus",
"label2": "",
"label3": "",
"order": 0
},
{
{
"id": "vector.md",
"title": "Feature Vector",
"label1": "about_milvus",
"label2": "",
"label3": "",
"order": 1
},
{
{
"id": "traditional_db.md",
"title": "Traditional Databases",
"label1": "about_milvus",
"label2": "",
"label3": "",
"order": 2
},
{
{
"id": "index_method.md",
"title": "Vector Search Methods",
"label1": "about_milvus",
"label2": "",
"label3": "",
"order": 3
},
{
{
"id": "vector_db.md",
"title": "Other Feature Vector Search Tools",
"label1": "about_milvus",
Expand All @@ -57,7 +57,7 @@
"label3": "",
"order": 1
},
{
{
"id": "guides",
"title": "Guides",
"label1": "",
Expand All @@ -66,7 +66,7 @@
"order": 2,
"isMenu": true
},
{
{
"id": "get_started",
"title": "Get Started",
"label1": "guides",
Expand Down Expand Up @@ -156,7 +156,7 @@
"label3": "",
"order": 6
},

{
"id": "reference",
"title": "Reference",
Expand Down Expand Up @@ -212,7 +212,7 @@
"label1": "reference",
"label2": "",
"order": 6
},
},
{
"id": "terms.md",
"title": "Milvus Terminology",
Expand All @@ -228,7 +228,8 @@
"label2": "",
"order": 4,
"isMenu": true
},{
},
{
"id": "performance_faq.md",
"title": "Performance FAQ",
"label1": "faq",
Expand Down Expand Up @@ -260,6 +261,5 @@
"order": 5,
"outLink": "https://github.com/milvus-io/bootcamp"
}

]
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ wget http://raw.githubusercontent.com/milvus-io/milvus/v{{var.release_version}
如果无法通过 <code>wget</code> 命令正常下载,你也可以在 <b>/home/$USER/milvus/conf</b> 目录下创建 <b>server_config.yaml</b> 文件,然后将 <a href="https://github.com/milvus-io/milvus/blob/v{{var.release_version}}/core/conf/demo/server_config.yaml">server config 文件</a> 的内容复制到你创建的配置文件中。
</div>

配置文件下载完成后,你需要将 **server_config.yaml** 中的 `gpu_resource_config` 部分的 `enable` 参数设置为 `true`
配置文件下载完成后,你需要将 **server_config.yaml** 中的 `gpu` 区域的 `enable` 参数设置为 `true`

## 启动 Milvus Docker 容器

Expand Down

0 comments on commit 1f781fe

Please sign in to comment.