Docker: Fix ASE test

This commit is contained in:
Ole Schütt 2020-08-11 23:18:59 +02:00 committed by Ole Schütt
parent d158da078f
commit d9a7f716b1

View file

@ -36,8 +36,8 @@ mpiexec -np 2 /workspace/cp2k/exe/local/cp2k.pdbg "\$@"
EndOfMessage
chmod +x /usr/bin/cp2k
mkdir -p ~/.ase
echo '{"cp2k": "/usr/bin/cp2k_shell"}' > ~/.ase/executables.json
mkdir -p ~/.config/ase
echo -e "[executables]\ncp2k = /usr/bin/cp2k_shell\n" > ~/.config/ase/ase.conf
echo -e "\n========== Installing ASE =========="
cd /opt/ase/