This docker image does setup chipyard (latest tag) with tools (except firesim and marshal, to install those too, simply remove --skip-firesim --skip-marshal from installChipyardWithTools.sh)
ChipyardDocker on Docker HubThe container run on amd64 and is tested on apple silicon.
docker pull hazemjaki/chipyard
docker run -it --rm hazemjaki/chipyard
To build please run this command in terminal inside the scope of the repo: "docker build . -t chipyard --progress plain" This might take a lot of times (sometimes more than an hour depending on ur hardware)
After it's done, use the command: "docker run -it --rm chipyard" from anywhere. This will run the container in interactive mode and you should find urself in chipyard directory
1.Try to make the image size smaller by deleting not needed packages before image export