Agda is a dependently typed programming language / interactive theorem prover.
985
This Docker image includes
/opt/agda)/opt/agda/lib/agda-stdlib-*/)The tag name indicates the version of Agda and if Emacs is included in the image.
[Agda-ver]
[Agda-ver]-no-emacs
The latest refers to the last commit on the master branch of the Dockerfile repo, not the Agda’s official repo.
docker run -it --mount type=bind,source"=${PWD}",destination=/root -w /root ltchentw/agda:latest
FROM ltchen/agda:latest
without having to compile Agda first.
It is based on the latest Docker image of Alpine Linux and built in two stages.
GHC and Cabal.The Dckerfiles are maintained at https://github.com/L-TChen/docker-agda/.
Images are built by GitHub workflows.
Content type
Image
Digest
sha256:4c0e7c2b7…
Size
20.1 MB
Last updated
over 1 year ago
docker pull ltchentw/agda:2.7.0.1-no-emacs