pegasus-isi/darpa_population_modeling:latest
$ singularity pull shub://pegasus-isi/darpa_population_modeling:latest
Singularity Recipe
bootstrap:docker
From:ubuntu:xenial
# Note: python3 is used for this project
%post
apt-get update && apt-get upgrade -y
apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
gdal-bin \
gsfonts \
imagemagick \
libfreetype6-dev \
libgdal-dev \
libpng12-dev \
libzmq3-dev \
lsb-release \
module-init-tools \
openjdk-8-jdk \
pkg-config \
python \
python3 \
python3-dev \
python3-pip \
rsync \
unzip \
vim \
wget
apt-get clean
rm -rf /var/lib/apt/lists/*
pip3 install --upgrade pip==9.0.3
pip3 install --upgrade setuptools
pip3 install typing
pip3 install numpy
export CFLAGS=$(gdal-config --cflags) && pip3 install GDAL==$(gdal-config --version | awk -F'[.]' '{print $1"."$2}')
pip3 install pandas
pip3 install geopandas
pip3 install rasterio==0.36.0
Collection
- Name: pegasus-isi/darpa_population_modeling
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/pegasus-isi-darpa_population_modeling-latest |
collection name | pegasus-isi/darpa_population_modeling |
branch | master |
tag | latest |
commit | 9a69e6468dffd83167c91340be9f4a98374ee15f |
version (container hash) | b8561a18783f28d188f9bf4849237766 |
build date | 2019-09-26T20:51:25.288Z |
size (MB) | 1360 |
size (bytes) | 507453471 |
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.