Skip to content

gerlero/devcontainer-features

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Julia Development Container Feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%