Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 469 Bytes

Docker image for Quipper

Quipper is an embedded, scalable functional programming language for quantum computing.

This repo creates a Docker image for Quipper.

Once you've installed Docker, you can use this image like this.

docker pull spikecurtis/quipper
docker run -v /path/to/your/code:/code spikecurtis/quipper quipper /code/mycode.hs