Skip to content

geoelements/lbm-gpu-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published