mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docker: User build context for all images
This commit is contained in:
parent
75fc08f981
commit
f2768158e7
64 changed files with 941 additions and 1155 deletions
|
|
@ -5,6 +5,7 @@
|
|||
# install Ubuntu packages
|
||||
apt-get update -qq
|
||||
apt-get install -qq --no-install-recommends \
|
||||
ca-certificates \
|
||||
libpython3-stdlib \
|
||||
python3 \
|
||||
python3-pip \
|
||||
|
|
@ -13,7 +14,8 @@ apt-get install -qq --no-install-recommends \
|
|||
python3-dev \
|
||||
build-essential \
|
||||
golang \
|
||||
unzip
|
||||
unzip \
|
||||
wget
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# install python packages
|
||||
|
|
@ -25,9 +27,7 @@ pip3 install --quiet \
|
|||
mypy==0.902
|
||||
|
||||
# download inputs for minimax_to_fortran_source.py
|
||||
cd /workspace/cp2k/tools/minimax_tools
|
||||
wget -q https://www.cp2k.org/static/downloads/1_xData.zip
|
||||
echo "7be2e56d83d0cb17683bbc8ab85dae1dc9a9c937e1dc1bad1514857938e687cb 1_xData.zip" | sha256sum --check
|
||||
unzip -q -d 1_xData 1_xData.zip
|
||||
|
||||
#EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue