/triqs-docker

Full TRIQS docker image built from source code

Primary LanguageDockerfile

TRIQS Docker Image built from source.

A triqs docker image built completely from source which includes triqs and the applications cthyb, dft_tools, maxent and tprf.

It can be used to run a Jupyter notebook environment yourself, or to run a shell for development:

  • Jupyter notebook
docker run [--name <contailer name>] [-v <host dir>:<container dir>] -p 8888:8888 fulvwen/triqs
  • Command line
docker run [--name <contailer name>] [-v <host dir>:<container dir>] -ti fulvwen/triqs bash