Navigation Menu

Skip to content

TRIQS/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRIQS Docker Image

This builds the flatironinstitute/triqs docker hub image which includes triqs and the applications cthyb, dft_tools, maxent and tprf

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

docker run --rm -p 8888:8888 flatironinstitute/triqs
docker run --rm -ti flatironinstitute/triqs bash

The Jupyter notebook will be accessible at http://localhost:8888, where you should pass the token provided on the command line. If you want the state of the virtual machine to be stored, drop --rm from the commands above. A summary of useful docker commands can be found here.

Compiler Explorer

A separate docker build provides the compiler-explorer with triqs enabled, running on port 10240.