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

https://github.com/poplarshift/julia-singularity


https://github.com/poplarshift/julia-singularity

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Julia environment as singularity image file

Running this image will create a directory called `.julia/` in the working directory.

## Build

sudo singularity build julia.sif julia.def 1> build.log 2>&1

## Usage

E.g.:
```./julia.sif myscript.jl options...```