https://github.com/poplarshift/julia-singularity
https://github.com/poplarshift/julia-singularity
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/poplarshift/julia-singularity
- Owner: poplarShift
- Created: 2024-08-30T20:36:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T09:24:16.000Z (7 months ago)
- Last Synced: 2025-02-14T22:17:22.834Z (3 months ago)
- Language: Julia
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...```