An open API service indexing awesome lists of open source software.

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

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
```