aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
414 stars 185 forks source link

Docker/aiida core dev checkout #6314

Closed unkcpz closed 3 months ago

unkcpz commented 3 months ago

Solve the issue mentioned in #6303

The first commit is I first copy the source to the container (to /opt/aiida-core) and when the container start at run-time copy the it to the /home/aiida/aiida-core. The second commit is another solution that directly copy the src to /home/aiida/aiida-core. This will work for docker but not for other OCI such as the k8s container engine (containerd).