镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
比较提交
2 次代码提交
version3.3
...
version3.3
| 作者 | SHA1 | 提交日期 | |
|---|---|---|---|
|
|
0fad4f44a4 | ||
|
|
1240dd6f26 |
@@ -9,12 +9,16 @@ RUN echo '[global]' > /etc/pip.conf && \
|
||||
|
||||
|
||||
WORKDIR /gpt
|
||||
COPY requirements.txt .
|
||||
|
||||
# 装载项目文件
|
||||
COPY . .
|
||||
|
||||
# 安装依赖
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
# 可选步骤,用于预热模块
|
||||
RUN python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
|
||||
|
||||
# 启动
|
||||
CMD ["python3", "-u", "main.py"]
|
||||
|
||||
二进制
docs/gradio-3.32.2-py3-none-any.whl
普通文件
二进制
docs/gradio-3.32.2-py3-none-any.whl
普通文件
二进制文件未显示。
@@ -1,4 +1,4 @@
|
||||
git+https://github.com/binary-husky/gradio-fix.git
|
||||
./docs/gradio-3.32.2-py3-none-any.whl
|
||||
tiktoken>=0.3.3
|
||||
requests[socks]
|
||||
transformers
|
||||
|
||||
在新工单中引用
屏蔽一个用户