Skip to content

Commit 487df89

Browse files
authored
Merge pull request #137 from QQDQ/main
update installation
2 parents 1665d43 + 258142e commit 487df89

File tree

8 files changed

+65
-22
lines changed

8 files changed

+65
-22
lines changed

en_US/installation/centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Download the installation package according to different versions and architectures, E.g:
55

66
```bash
7-
$ wget https://www.emqx.com/en/downloads/neuronex/3.3.0/neuronex-3.3.0-linux-amd64.rpm
7+
$ wget https://www.emqx.com/en/downloads/neuronex/3.5.0/neuronex-3.5.0-linux-amd64.rpm
88
```
99

1010
## Install
1111

1212
```bash
13-
$ sudo rpm -ivh neuronex-3.3.0-linux-amd64.rpm
13+
$ sudo rpm -ivh neuronex-3.5.0-linux-amd64.rpm
1414
```
1515

1616
## Start

en_US/installation/docker.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ For more startup parameters, please refer to the [Configuration Management](../a
2828

2929
## Docker Container Python Runtime Environment
3030

31-
NeuronEX provides two types of Docker installation packages:
31+
NeuronEX provides four types of Docker installation packages:
3232

3333
- **neuronex:3.x.x**
3434

3535
The installation package of type neuronex:3.x.x integrates the Python runtime environment. If you want to use Python-related algorithm plugins, please use this type of image.
3636

3737
```bash
3838
#run NeuronEX by neuronex:3.x.x
39-
docker pull emqx/neuronex:3.3.0
40-
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.3.0
39+
docker pull emqx/neuronex:3.5.2
40+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2
4141
```
4242

4343
- **neuronex:3.x.x-slim**
@@ -46,6 +46,30 @@ The installation package of type neuronex:3.x.x-slim does not integrate the Pyth
4646

4747
```bash
4848
#run NeuronEX by neuronex:3.x.x-slim
49-
docker pull emqx/neuronex:3.3.0-slim
50-
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.3.0-slim
49+
docker pull emqx/neuronex:3.5.2-slim
50+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2-slim
51+
```
52+
53+
- **neuronex:3.x.x-ai**
54+
55+
The installation package of type neuronex:3.x.x-ai integrates the Python runtime environment and the Python dependencies for running large language models (LLM). If you have a need to use Python plugins for natural language generation and AI data analysis, please use this type of image.
56+
57+
This image supports x86_64 architecture devices.
58+
59+
```bash
60+
#run NeuronEX by neuronex:3.x.x-ai
61+
docker pull emqx/neuronex:3.5.2-ai
62+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2-ai
63+
```
64+
65+
- **neuronex:3.x.x-ai-arm64**
66+
67+
The installation package of type neuronex:3.x.x-ai-arm64 integrates the Python runtime environment and the Python dependencies for running large language models (LLM). If you have a need to use Python plugins for natural language generation and AI data analysis, please use this type of image.
68+
69+
This image supports arm64 architecture devices.
70+
71+
```bash
72+
#run NeuronEX by neuronex:3.x.x-ai-arm64
73+
docker pull emqx/neuronex:3.5.2-ai-arm64
74+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2-ai-arm64
5175
```

en_US/installation/targz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Download the installation package according to different versions and architectures, for example:
66

77
```bash
8-
$ wget https://www.emqx.com/en/downloads/neuronex/3.3.0/neuronex-3.3.0-linux-amd64.tar.gz
8+
$ wget https://www.emqx.com/en/downloads/neuronex/3.5.0/neuronex-3.5.0-linux-amd64.tar.gz
99
```
1010

1111
## Install
1212

1313
```bash
14-
$ tar -zxvf neuronex-3.3.0-linux-amd64.tar.gz
14+
$ tar -zxvf neuronex-3.5.0-linux-amd64.tar.gz
1515
$ cd neuronex-3.3.0-linux-amd64
1616
```
1717

en_US/installation/ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Download the installation package according to different versions and architectures, E.g:
66

77
```bash
8-
$ wget https://www.emqx.com/en/downloads/neuronex/3.3.0/neuronex-3.3.0-linux-amd64.deb
8+
$ wget https://www.emqx.com/en/downloads/neuronex/3.5.0/neuronex-3.5.0-linux-amd64.deb
99
```
1010

1111
## Install
1212

1313
```bash
14-
$ sudo dpkg -i neuronex-3.3.0-linux-amd64.deb
14+
$ sudo dpkg -i neuronex-3.5.0-linux-amd64.deb
1515
```
1616

1717
## Start

zh_CN/installation/centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
根据不同版本及架构下载安装包,例如:
66

77
```bash
8-
$ wget https://www.emqx.com/zh/downloads/neuronex/3.3.0/neuronex-3.3.0-linux-amd64.rpm
8+
$ wget https://www.emqx.com/zh/downloads/neuronex/3.5.0/neuronex-3.5.0-linux-amd64.rpm
99
```
1010

1111
## 安装
1212

1313
根据不同版本及架构安装,例如:
1414

1515
```bash
16-
$ sudo rpm -ivh neuronex-3.3.0-linux-amd64.rpm
16+
$ sudo rpm -ivh neuronex-3.5.0-linux-amd64.rpm
1717
```
1818

1919
## 运行

zh_CN/installation/docker.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ $ docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m --privilege
2828

2929
## Docker 容器 Python 运行环境
3030

31-
NeuronEX提供两种类型的 Docker 安装包:
31+
NeuronEX提供四种类型的 Docker 安装包:
3232
- **neuronex:3.x.x**
3333

3434
neuronex:3.x.x类型的安装包,集成了 Python 运行环境,如果您有 Python 算法的使用需求,请用这类镜像。
3535

3636

3737
```bash
3838
#run NeuronEX by neuronex:3.x.x
39-
docker pull emqx/neuronex:3.3.0
40-
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.3.0
39+
docker pull emqx/neuronex:3.5.2
40+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2
4141
```
4242

4343
- **neuronex:3.x.x-slim**
@@ -46,7 +46,26 @@ neuronex:3.x.x-slim类型的安装包,不集成 Python 运行环境,安装包
4646

4747
```bash
4848
#run NeuronEX by neuronex:3.x.x-slim
49-
docker pull emqx/neuronex:3.3.0-slim
50-
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.3.0-slim
49+
docker pull emqx/neuronex:3.5.2-slim
50+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2-slim
5151
```
5252

53+
- **neuronex:3.x.x-ai**
54+
55+
neuronex:3.x.x-ai类型的安装包,集成了 Python 运行环境,并且集成了运行大模型(LLM) 相关的 Python 依赖,如果您有结合 LLM 进行自然语言生成 Python 插件以及AI数据分析的需求,请使用这类镜像。该镜像支持 x86_64 架构的设备。
56+
57+
```bash
58+
#run NeuronEX by neuronex:3.x.x-ai
59+
docker pull emqx/neuronex:3.5.2-ai
60+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2-ai
61+
```
62+
63+
- **neuronex:3.x.x-ai-arm64**
64+
65+
neuronex:3.x.x-ai-arm64类型的安装包,集成了 Python 运行环境,并且集成了运行大模型(LLM) 相关的 Python 依赖,如果您有结合 LLM 进行自然语言生成 Python 插件以及AI数据分析的需求,请使用这类镜像。该镜像支持 arm64 架构的设备。
66+
67+
```bash
68+
#run NeuronEX by neuronex:3.x.x-ai-arm64
69+
docker pull emqx/neuronex:3.5.2-ai-arm64
70+
docker run -d --name neuronex -p 8085:8085 --log-opt max-size=100m emqx/neuronex:3.5.2-ai-arm64
71+
```

zh_CN/installation/targz.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
根据不同版本及架构下载安装包,例如:
66

77
```bash
8-
$ wget https://www.emqx.com/zh/downloads/neuronex/3.3.0/neuronex-3.3.0-linux-amd64.tar.gz
8+
$ wget https://www.emqx.com/zh/downloads/neuronex/3.5.0/neuronex-3.5.0-linux-amd64.tar.gz
99
```
1010

1111
## 安装
1212

1313
```bash
14-
$ tar -zxvf neuronex-3.3.0-linux-amd64.tar.gz
15-
$ cd neuronex-3.3.0-linux-amd64
14+
$ tar -zxvf neuronex-3.5.0-linux-amd64.tar.gz
15+
$ cd neuronex-3.5.0-linux-amd64
1616
```
1717

1818
::: tip

zh_CN/installation/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
根据不同版本及架构下载安装包,例如:
66

77
```bash
8-
$ wget https://www.emqx.com/zh/downloads/neuronex/3.3.0/neuronex-3.3.0-linux-amd64.deb
8+
$ wget https://www.emqx.com/zh/downloads/neuronex/3.5.0/neuronex-3.5.0-linux-amd64.deb
99
```
1010

1111
## 安装

0 commit comments

Comments
 (0)