Skip to content

WeileiZeng/itpp-full-Docker-Image

Repository files navigation

Gitpod Ready-to-Code

Docker image for itpp and [Eigen]

with BLAS, LAPACK

and ubuntu, gcc, cmake, make, tmux

How to run?

  • online
    • run it on gitpod by one click
  • locally
    • install Docker
    • docker run -it weileizeng/itpp-full
    • It is done. Now you got a shell running on ubuntu (container) with all the packages mentioned.

version log

  • version 0 gcc, BLAS, LAPACK
  • version1.0 itpp
  • version1.1 Eigen
  • version2.0 change start image to ubuntu:xenial
  • gitpod change start image to gitpod workspace-full
  • latest

more advantaged use

set up a folder workspace to share files between your system and the container. Everything outside this folder will be reset upon restarting the container.

docker run -it --rm -v `pwd`/workspace:/root/workspace --name running-itpp-full weileizeng/itpp-full

Dockerfile structure

  • set up base image with gcc, BLAS, LAPACK
  • install necessary tools, emacs, tmux, cmake
  • install itpp and link it
  • install Eigen
  • copy sample files

ISSUE (mared if solved)

TODO

About

ITPP, Eigen, with BLAS, LAPACK on ubuntu (GCC, openmp, emacs, tmux, cmake, make)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published