JuliaLang / devcontainer-features

Julia Development Container Feature
16 stars 4 forks source link

Julia Development Container Feature

Installs the Julia programming language into a development container.

Example Usage

"features": {
    "ghcr.io/julialang/devcontainer-features/julia:1": {}
}

Options

You can select a specific Julia version by specifying a Juliaup channel name as an option. For example, the following installs the LTS Julia release:

"features": {
    "ghcr.io/julialang/devcontainer-features/julia:1": {
        "channel": "lts"
    }
}