mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-21 09:26:04 +00:00
Add dockerfile for Julia image
This commit is contained in:
parent
4b91b7cc91
commit
41f6653534
2 changed files with 6 additions and 4 deletions
5
julia/Dockerfile
Normal file
5
julia/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM julia:1.6.2-alpine
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
CMD ["julia"]
|
|
@ -6,10 +6,7 @@
|
|||
[![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.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue