fixed:兼容旧版本docker (#216)

Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
欣南科技
2025-03-06 09:05:21 +08:00
committed by GitHub
co-authored by hrz
parent 6db25ffcfe
commit c7f705b274
5 changed files with 18 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin
```
2、编译docker镜像
```
#进入xiaozhi-server目录
cd main/xiaozhi-server/
# 普通编译
docker build -t xiaozhi-esp32-server:local -f ./Dockerfile-pip .
```