Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

westonsteimel/docker-quantlib-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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