Skip to content

Commit f6681c8

Browse files
committed
update README.md and Dockerfile
1 parent 3549d8e commit f6681c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div style="text-align: center;">
2-
<img src="./docs/images/logo.png" style="zoom: 4%;">
2+
<img src="./docs/images/logo.png" style="zoom: 15%;">
33
</div>
44

55
# APEX: Alloy Property EXplorer using simulations

docs/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ RUN pip install monty -i https://pypi.tuna.tsinghua.edu.cn/simple
55
RUN pip install pymatgen>=2023.8.10 -i https://pypi.tuna.tsinghua.edu.cn/simple
66
RUN pip install pymatgen.analysis.defects>=2023.8.22 -i https://pypi.tuna.tsinghua.edu.cn/simple
77
RUN pip install phonopy -i https://pypi.tuna.tsinghua.edu.cn/simple
8+
RUN pip install seekpath -i https://pypi.tuna.tsinghua.edu.cn/simple
89
RUN pip install dpdispatcher -i https://pypi.tuna.tsinghua.edu.cn/simple
9-
RUN pip install pydflow -i https://pypi.tuna.tsinghua.edu.cn/simple
10+
RUN pip install pydflow>=1.7.83 -i https://pypi.tuna.tsinghua.edu.cn/simple
1011
RUN pip install urllib3 -i https://pypi.tuna.tsinghua.edu.cn/simple
11-
RUN pip install dpdata -i https://pypi.tuna.tsinghua.edu.cn/simple
12+
RUN pip install dpdata>=0.2.13 -i https://pypi.tuna.tsinghua.edu.cn/simple
1213
RUN pip install dargs -i https://pypi.tuna.tsinghua.edu.cn/simple
1314
RUN pip install fpop>=0.0.7 -i https://pypi.tuna.tsinghua.edu.cn/simple
1415
RUN pip install boto3 -i https://pypi.tuna.tsinghua.edu.cn/simple

0 commit comments

Comments
 (0)