https://github.com/allofphysicsgraph/lean-in-docker
Lean in Docker
https://github.com/allofphysicsgraph/lean-in-docker
Last synced: 5 months ago
JSON representation
Lean in Docker
- Host: GitHub
- URL: https://github.com/allofphysicsgraph/lean-in-docker
- Owner: allofphysicsgraph
- License: cc0-1.0
- Created: 2023-05-05T19:37:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T16:55:52.000Z (over 1 year ago)
- Last Synced: 2025-06-07T04:06:02.053Z (about 1 year ago)
- Language: Lean
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lean (and only Lean) in Docker
Most Lean tutorials rely on a web UI or are written for VSCode. See ,
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
* - old, inactive
* - for VScode with Lean v3
* - for VScode with Lean v4
* - old, inactive
* draws from
The repo is a fork of which uses
```bash
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
```