My CV uses the blang/latex Docker image to compile the TeX document into PDF. To compile, first clone this repository and execute the following command:
git clone https://github.com/ljvmiranda921/cv.git
docker run --rm --interactive blang/latex:ubuntu latexmk -pdf -outdir=./_build
This will generate the PDF file in the _build
directory.
Alternatively, you can download my CV from this link.