Krishna Kumar
- CUDA/11
- CMake 3
- The docker image can be used from GitHub Container Registry
- Pull the docker image
docker pull ghcr.io/geoelements/lbm-gpu-container
- To launch the
geoelements/lbm-gpu-container
docker container, rundocker run -ti ghcr.io/geoelements/lbm-gpu-container: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 "geoelements/lbm-gpu-container" /path/to/Dockerfile
docker history
will show you the effect of each command has on the overall size of the file.