Skip to content

cb-geo/lem-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Lattice Element Method

Krishna Kumar

Quay image Docker hub CircleCI Build status

Tools

  • Clang 4.0
  • CMake
  • CUDA
  • Eigen3
  • GCC 7
  • Intel TBB
  • Intel MKL
  • Vim
  • Voro++

Using the docker image

  • The docker image can be used directly from Quay.io or Docker Hub
  • Pull the docker image docker pull quay.io/cbgeo/lem or docker pull cbgeo/lem
  • To launch the cbgeo/ca-abm docker container, run docker run -ti cbgeo/lem:latest /bin/bash or docker run -ti quay.io/cbgeo/lem: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 "cbgeo/lem" /path/to/Dockerfile
  • docker history will show you the effect of each command has on the overall size of the file.

About

Docker image for Lattice Element Method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published