mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-21 17:36:04 +00:00
Give Jula a pretty README
This commit is contained in:
parent
143933c0b6
commit
8df4384e22
1 changed files with 18 additions and 0 deletions
18
julia/README.md
Normal file
18
julia/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Julia
|
||||
|
||||
[![Container source](https://img.shields.io/static/v1?label=Container%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/MillironX/singularity-builds/tree/master/julia)
|
||||
[![Julia source](https://img.shields.io/static/v1?label=Julia%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/JuliaLang/julia)
|
||||
[![Version 1.160490](https://img.shields.io/static/v1?label=Latest%20version&message=1.6.2&color=yellowgreen&logo=linuxcontainers&style=flat-square)](https://cloud.sylabs.io/library/millironx/default/assembly_improvement)
|
||||
[![Docs](https://img.shields.io/static/v1?label=Docs&message=web&color=blue&style=flat-square)](https://docs.julialang.org/en/v1.6.2/)
|
||||
[![Alpine base](https://img.shields.io/static/v1?label=Base%20image&message=Alpine&color=0d597f&logo=alpinelinux&style=flat-square)](https://www.alpinelinux.org/)
|
||||
|
||||
Julia is a high-level dynamic programming language designed to address the
|
||||
needs of high-performance numerical analysis and computational science. It
|
||||
provides a sophisticated compiler, distributed parallel execution, numerical
|
||||
accuracy, and an extensive mathematical function library.
|
||||
|
||||
## Tools installed
|
||||
|
||||
### Julia
|
||||
|
||||
- `julia`
|
Loading…
Reference in a new issue