Usage

M1 macs: use colima as the docker back-end with colima start --arch x86_64 --memory 4 --cpu 4 to ensure amd64 dev env in the container.

Windows: use LF as eol sequence with git and VSCode you can refer to this page

Make sure you rename the folder where you clone this repo as gl (so PATH will be set correctly)

you should also make sure you can use your git credentials in the container (see this)

You can put devcontainer.json in

once inside the container:

git config user.name "Prénom Nom"
git config user.email "Prénom.Nom@grenoble-inp.org"