An open API service indexing awesome lists of open source software.

https://github.com/mrlsd/julia-dockerhub

DockerHub files for https://hub.docker.com/r/mrlsd/julia/
https://github.com/mrlsd/julia-dockerhub

Last synced: 7 months ago
JSON representation

DockerHub files for https://hub.docker.com/r/mrlsd/julia/

Awesome Lists containing this project

README

          

# Julia DockerHub
DockerHub files for https://hub.docker.com/r/mrlsd/julia/

Ease to use Julia languafe via Docker without installation Julia locally.

## About
**Julia** is a high-level, high-performance dynamic programming language for numerical computing.
More info: [JuliaLang](https://julialang.org/)

## How to use:
* `make build` - build docker image
* `make run` - run Julia script
* `make run-cli` - run Julia cli
* `make rm` - delete docker image

#### License: MIT