Add dockerfile for Julia image

This commit is contained in:
Thomas A. Christensen II 2021-09-09 15:12:30 -05:00
parent 4b91b7cc91
commit 41f6653534
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 6 additions and 4 deletions

5
julia/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM julia:1.6.2-alpine
RUN apk add --no-cache bash
CMD ["julia"]

View file

@ -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