jacobhepkema/scanem-wip:latest
$ singularity pull shub://jacobhepkema/scanem-wip:latest
Singularity Recipe
Bootstrap: docker
From: julia:1.2.0
%help
Julia 1.2
%labels
Maintainer @jacobhepkema
Version v0.9
%post
JULIA_PKGDIR=/opt/julia
JULIA_VERSION=1.2.0
export JULIA_DEPOT_PATH=/opt/julia
export JULIA_PATH=/usr/local/julia
export PATH=$JULIA_PATH/bin:$PATH
mkdir -p "$JULIA_DEPOT_PATH"
# Will this make 'ps' work?
apt-get update && apt-get install -y procps
julia -e 'using Pkg;pkg"add Dates Parsers PooledArrays WeakRefStrings FilePathsBase LazyArrays Libdl Mmap CategoricalArrays Missings InvertedIndices Tables TableTraits IteratorInterfaceExtensions DataAPI Unicode SortingAlgorithms Reexport TextWrap Compat Blosc ArgParse DataFrames CSV Profile Random Statistics HDF5;precompile"'
chmod -R 777 /opt
chmod -R 777 /usr/local/julia
%environment
export JULIA_DEPOT_PATH=/opt/julia
export JULIA_PKGDIR=/opt/julia
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export JULIA_PATH=/usr/local/julia
export PATH=$JULIA_PATH/bin:$PATH
# smoke test
julia --version
%runscript
exec julia -e "$@"
Collection
- Name: jacobhepkema/scanem-wip
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jacobhepkema-scanem-wip-latest |
collection name | jacobhepkema/scanem-wip |
branch | master |
tag | latest |
commit | 2b94d2adf01458c3dc171c23bb174dc7f100d9a2 |
version (container hash) | 725340d483998e074690ef390d12a5fe |
build date | 2020-01-08T11:56:07.904Z |
size (MB) | 735.0 |
size (bytes) | 272003103 |
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.