Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.05 KB

Docker image for LBM GPU

Krishna Kumar

Deploy Docker CircleCI

Tools

  • CUDA/11
  • CMake 3

Using the docker image

  • 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, run docker run -ti ghcr.io/geoelements/lbm-gpu-container:latest /bin/bash

To login as root

  • Launching docker as root user: docker exec -u 0 -ti <containerid> /bin/bash

Creating an image from the docker file

  • 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.