This commit is contained in:
Your Name
2024-11-06 10:15:05 +08:00
parent cc9d96a36c
commit 6807368bf6

View File

@@ -2,6 +2,13 @@
在容器中使用gpu需要安装[nvidia-container-toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)
关于gromacs和使用orca准备topol文件时候需要交互可以使用python库 [pexpect](https://github.com/pexpect/pexpect) 进行自动化交互安装。[官方文档](https://pexpect.readthedocs.io/en/stable/overview.html)
```shell
pip install pexpect
```
运行命令:
```shell