researchapps/testing-shub:latest

$ singularity pull shub://researchapps/testing-shub:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04

%environment
    export LC_ALL=C
    export DEBIAN_FRONTEND=noninteractive

%post
  export DEBIAN_FRONTEND=noninteractive
  apt-get update
  apt-get install -y git wget

  echo "DONE with OS install and update"
  echo "Define environment variable for conda install path"
  export ROOT_INSTALL_PATH="/usr/local"
  export CONDA_INSTALL_PATH="/usr/local/miniconda3"
  echo "Change to install directory"
  cd $ROOT_INSTALL_PATH
  echo "Download and install miniconda"
  wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
  echo "Install conda"
  bash Miniconda3-latest-Linux-x86_64.sh -b -p $CONDA_INSTALL_PATH

Collection


View on Datalad

Metrics

key value
id /containers/researchapps-testing-shub-latest
collection name researchapps/testing-shub
branch master
tag latest
commit 298eb56a357d10d6fba761cbff63ed8531b9b191
version (container hash) ecb1d8d87a89def036318949620a56882a15c944cd68612deb72fd93140e4246
build date 2020-09-28T17:12:22.274Z
size (MB) 337.140625
size (bytes) 353517568
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.