tancheng / CGRA-Flow

CGRA-Flow is an integrated framework for CGRA compilation, exploration, synthesis, and development.
102 stars 12 forks source link

Can you post the Dockerfile? #29

Open izaakwhite opened 3 months ago

tancheng commented 3 months ago

Thanks for your interest. The docker img is here: https://hub.docker.com/r/cgra/cgra-flow/tags

I don't have a script as dockerfile but you can run it as follows: git clone the repo and cd into the CGRA-Flow folder,

docker pull cgra/cgra-flow:demo

For Mac users like me: sh ./run_mac_docker.sh

Otherwise, if this is your first time establishing a container for CGRA-Flow: sh ./run_docker.sh Else, use the following command to reopen the same container: sh ./start_docker.sh Or try to setup GUI (X-11) by yourself.

Don't forget to activate the python virtual environment once you are in the container: source /WORK_REPO/venv/bin/activate