guy1ziv2/GEDI_to_GEE:latest

$ singularity pull shub://guy1ziv2/GEDI_to_GEE:latest

Singularity Recipe

Bootstrap:docker  
From: tylere/docker-ee-datascience-notebook

%files
gedi_to_gee.py
manifest.template

%runscript
exec python3 gedi_to_gee.py

%environment
HOME=/home/home02/geogz

%post
HOME=/home/home02/geogz
CLOUD_SDK_VERSION=232.0.0
apt-get -qqy update && apt-get install -qqy \
      curl \
      gcc \
      python-dev \
      python-setuptools \
      apt-transport-https \
      lsb-release \
      openssh-client \
      git \
      gnupg && \
  easy_install -U pip && \
  pip install -U crcmod   && \
  export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && \
  echo "deb https://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" > /etc/apt/sources.list.d/google-cloud-sdk.list && \
  curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
  apt-get update && \
  apt-get install -y google-cloud-sdk=${CLOUD_SDK_VERSION}-0 && \
  gcloud --version && \
  pip install fiona pyproj shapely h5py bs4

Collection


View on Datalad

Metrics

key value
id /containers/guy1ziv2-GEDI_to_GEE-latest
collection name guy1ziv2/GEDI_to_GEE
branch master
tag latest
commit 83c014dc301a5326314ee5bbea698d9414b386dd
version (container hash) 01960c396c9b19f9a9d3023d6acb514c
build date 2020-04-05T12:01:06.977Z
size (MB) 8334.0
size (bytes) 2609201183
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.