westonsteimel / docker-quantlib-python

QuantLib with python in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuantLib with python in Docker

Dockerized environment with QuantLib and python based on Alpine Linux.

Pull command

docker pull westonsteimel/quantlib-python

Usage notes

The following will launch an interactive python interpreter within the dcker container:

docker run --rm -it --cap-drop all westonsteimel/quantlib-python python

Everything within the container executes as the non-root quantlib user by default

About

QuantLib with python in Docker

License:MIT License


Languages

Language:Dockerfile 57.1%Language:Shell 36.4%Language:Makefile 6.5%