diff --git a/docker/Autogen/Dockerfile b/docker/Autogen/Dockerfile index 777122f..fa60e41 100644 --- a/docker/Autogen/Dockerfile +++ b/docker/Autogen/Dockerfile @@ -21,7 +21,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 WORKDIR /workspace # 安装基础环境 -RUN pip3 install pyautogen==0.2.18 \ +RUN pip3 install ag2==0.2.18 \ -i https://pypi.mirrors.ustc.edu.cn/simple && \ pip3 install gradio==4.37.2 \ -i https://pypi.mirrors.ustc.edu.cn/simple