All images are hosted on the GitHub Container Registry of the CP2K organization.
The image is based on Ubuntu 22.04 and contains:
$ cd dbcsr
$ docker run --rm -it -v $PWD:/app --workdir /app --user $(id -u):$(id -g) ghcr.io/cp2k/dbcsr-build-env-ubuntu-22.04 /bin/bash
$ mkdir build && cd build/
$ cmake -G Ninja ..
$ cmake --build .
If you need to rebuild the image, use:
$ cd dbcsr/tools/docker
$ docker build -t dbcsr-build-env-ubuntu-22.04 -f Dockerfile.build-env-ubuntu .
The image is based on Ubuntu 22.04 and contains:
The image is based on gcc:latest
, which in turn uses Debian (testing). It contains: