XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update Dockerfile

84475b41
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docker/Dockerfile +1 -1
@@ -88,7 +88,7 @@ RUN pip install --break-system-packages --upgrade pip \
88 88 RUN pip install --break-system-packages \
89 89 undetected-chromedriver selenium-wire \
90 90 && pip uninstall -y --break-system-packages \
91 webdriver plyer
91 webdriver plyer nodriver
92 92
93 93 # Copy the entire package into the container.
94 94 ADD --chown=$G4F_USER:$G4F_USER g4f $G4F_DIR/g4f