Krishna Kumar
- Clang 4.0
- CMake 3
- Eigen 3.
- GCC 7
- Intel MKL
- Vim
- The docker image can be used directly from the Docker Hub or Quay.io
- Pull the docker image
docker pull cbcities/pipe-network
ordocker pull quay.io/cbcities/pipe-network
- To launch the
cbcities/pipe-network
docker container, rundocker run -ti cbcities/pipe-network:latest /bin/bash
ordocker run -ti quay.io/cbcities/pipe-network: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 "cbcities/pipe-network" /path/to/Dockerfile
docker history
will show you the effect of each command has on the overall size of the file.