Spaces:
Sleeping
Sleeping
Chuan Hu
commited on
Commit
•
73564ed
1
Parent(s):
a74348f
更新Docker相关内容
Browse files
README.md
CHANGED
@@ -85,12 +85,18 @@ python3 ChuanhuChatbot.py
|
|
85 |
|
86 |
## 或者,使用Docker 安装与运行
|
87 |
|
88 |
-
###
|
|
|
|
|
|
|
|
|
|
|
89 |
```
|
90 |
docker build -t chuanhuchatgpt:latest .
|
91 |
```
|
92 |
|
93 |
-
|
|
|
94 |
```
|
95 |
docker run -d --name chatgpt -e my_api_key="替换成API" --network host chuanhuchatgpt:latest
|
96 |
```
|
|
|
85 |
|
86 |
## 或者,使用Docker 安装与运行
|
87 |
|
88 |
+
### 从本项目的Packages页面拉取
|
89 |
+
|
90 |
+
从本项目的[Packages](https://github.com/GaiZhenbiao/ChuanhuChatGPT/pkgs/container/chuanhuchatgpt)页面拉取Docker镜像,使用Github Actions自动创建。
|
91 |
+
|
92 |
+
### 手动构建镜像
|
93 |
+
|
94 |
```
|
95 |
docker build -t chuanhuchatgpt:latest .
|
96 |
```
|
97 |
|
98 |
+
运行
|
99 |
+
|
100 |
```
|
101 |
docker run -d --name chatgpt -e my_api_key="替换成API" --network host chuanhuchatgpt:latest
|
102 |
```
|