harryscholes/julia-singularity:latest
$ singularity pull shub://harryscholes/julia-singularity:latest
Singularity Recipe
BootStrap: docker
From: ubuntu:18.04
%runscript
julia --startup-file no --history-file no
%environment
export PATH=/julia-1.2.0/bin:$PATH
export LD_LIBRARY_PATH=/julia-1.2.0/lib:/julia-1.2.0/lib/julia:$LD_LIBRARY_PATH
export LC_ALL=C
%post
apt-get -y update
apt-get -y install curl
curl -L "https://julialang-s3.julialang.org/bin/linux/x64/1.2/julia-1.2.0-linux-x86_64.tar.gz" | tar xz
apt-get -y purge curl
apt-get clean
apt-get -y autoremove
Collection
- Name: harryscholes/julia-singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/harryscholes-julia-singularity-latest |
collection name | harryscholes/julia-singularity |
branch | master |
tag | latest |
commit | 17c85e8de551f215cc6ff5fd4b8272fe369a49f9 |
version (container hash) | 24facb85892e7655e2bc752fdc323356 |
build date | 2019-11-06T18:32:15.255Z |
size (MB) | 427.0 |
size (bytes) | 140996639 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.