arcana-lab / noelle

NOELLE Offers Empowering LLVM Extensions
MIT License
72 stars 34 forks source link

Add Docker support #29

Closed Wintel closed 2 years ago

Wintel commented 2 years ago

Add Dockerfile to enable building using Docker. Using Docker to setup noelle environment quickly. Install LLVM 9 using official Automatic installation script.

Build

$ docker build -t noelle .

Run

docker run --rm -it noelle

Already built image on my Docker Hub. Test it by running:

docker run --rm -it yunxwang/noelle