PLTools / Lama

Teaching language LaMa for a compiler course
GNU General Public License v3.0
67 stars 28 forks source link

Add Docker support #4

Closed egormkn closed 4 years ago

egormkn commented 4 years ago

Earlier @IlyasYOY suggested a Dockerfile and an image on Docker Hub that can be used to simplify the build process. Here is a slightly improved Dockerfile for Lama, that allows anyone just run

docker build -t jetbrains/lama https://github.com/JetBrains-Research/Lama.git\#1.00

and

docker run -i -t jetbrains/lama

to start working with compiler.


There is also an awesome VS Code DevContainers feature, that allows to seamlessly work in container environment. To enable it, we need .devcontainer/devcontainer.json in project root directory. I have added it to a separate branch.

Screenshot

dboulytchev commented 4 years ago

Please redirect this PR to https://github.com/dboulytchev/compiler-2020