calyx
calyx copied to clipboard
Recommend Docker image in getting started instructions
trafficstars
Our CI now uses the docker image. We should make it the recommended way to work with Calyx. Couple of complexities I ran into when setting up CI that we should talk about in the instructions:
PYTHONENVneeds to containflit's install location. See the Dockerfile's last few lines to get the exactENVcommand needed.fud checkmight fail if the user running the image is notroot. Recommend people copy/root/.config/*into~/.config/so that they get thefudconfiguration
Note that the Calyx and Dahlia repos need to be updated when using the containers
~Requesting that the Docker start off with turnt installed! Requesting because #1482 adds testing for MrXL.~
update: not needed; will use Runt instead