Skip to content

Commit 151f122

Browse files
authored
Merge pull request #272 from bigict/docker
refactor: change openmm to 8.0.0 by default
2 parents ed3a39f + 4ce5399 commit 151f122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -e
22

33
cuda_version=${cuda_version:-"12.1.1"}
44
gcc_version=${gcc_version:-"12.4.0"}
5-
openmm_version=${openmm_version:-"8.1.2"}
5+
openmm_version=${openmm_version:-"8.0.0"}
66
pytorch_version=${pytorch_version:-"2.3.1"}
77
pytorch_cuda=$(echo ${cuda_version}|cut -d. -f1-2)
88

0 commit comments

Comments
 (0)