Krishna Kumar
- Clang 4.0
- CMake
- CUDA
- Eigen3
- GCC 7
- Intel TBB
- Intel MKL
- Vim
- Voro++
- The docker image can be used directly from Quay.io or Docker Hub
- Pull the docker image
docker pull quay.io/cbgeo/lem
ordocker pull cbgeo/lem
- To launch the
cbgeo/ca-abm
docker container, rundocker run -ti cbgeo/lem:latest /bin/bash
ordocker run -ti quay.io/cbgeo/lem:latest /bin/bash
- Launching docker as root user:
docker exec -u 0 -ti <containerid> /bin/bash
- To build an image from docker file run as root
docker build -t "cbgeo/lem" /path/to/Dockerfile
docker history
will show you the effect of each command has on the overall size of the file.