Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 561 Bytes

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"
    }
}