remove debug btn

This commit is contained in:
binary-husky
2024-01-18 22:30:43 +08:00
parent 20bc51d747
commit 7aeda537ac
3 changed files with 329 additions and 274 deletions

View File

@@ -18,7 +18,6 @@ WORKDIR /gpt
# 安装大部分依赖利用Docker缓存加速以后的构建 (以下三行,可以删除)
COPY requirements.txt ./
COPY ./docs/gradio-3.32.6-py3-none-any.whl ./docs/gradio-3.32.6-py3-none-any.whl
RUN pip3 install -r requirements.txt