Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.11 KB

Lean (and only Lean) in Docker

Most Lean tutorials rely on a web UI or are written for VSCode. See https://leanprover.github.io/reference/using_lean.html, https://www.youtube.com/watch?v=p4IrbnPomXg
Because I plan to use Lean as part of a workflow, loading from files and getting command line output is relevant.

For the version of Lean you are interested in (v4 or v3), the respective directory has a Dockerfile and a Make file.

The Dockerfile does not contain Emacs or VSCode

Similar repos supporting containerization of Lean

The repo https://github.com/Kha/elan is a fork of https://github.com/leanprover/elan which uses

curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh