修复源代码解析模块与虚空终端的兼容性

这个提交包含在:
binary-husky
2023-09-09 19:33:05 +08:00
父节点 baaacc5a7b
当前提交 7c307d8964
共有 2 个文件被更改,包括 7 次插入5 次删除

查看文件

@@ -1,7 +1,7 @@
# docker build -t gpt-academic-all-capacity -f docs/GithubAction+AllCapacity --network=host --build-arg http_proxy=http://localhost:10881 --build-arg https_proxy=http://localhost:10881 .
# 从NVIDIA源,从而支持显卡检查宿主的nvidia-smi中的cuda版本必须>=11.3
FROM fuqingxu/11.3.1-runtime-ubuntu20.04-with-texlive:latest
FROM fuqingxu/11.3.1-runtime-ubuntu20.04-with-texlive-cache:latest
# use python3 as the system default python
WORKDIR /gpt