jtchilders/singularity_mpi_test_recipe:dvs6_py36_basel

$ singularity pull shub://jtchilders/singularity_mpi_test_recipe:dvs6_py36_basel

Singularity Recipe

Bootstrap: shub
From: jtchilders/singularity_mpi_test_recipe:dvs6_py36

%post
   echo setting up devtoolset6
   # setup devtoolset6
   scl enable devtoolset-6 bash
   echo make alias for python 3.6
   # alias python3.6
   alias python="python3.6"
   
   export JAVA_VERSION=1.8

   echo checking out and building bazel version 0.16.0
   mkdir /bazel
   cd /bazel
   wget https://github.com/bazelbuild/bazel/releases/download/0.16.0/bazel-0.16.0-dist.zip
   mkdir bazel-0.16.0
   cd bazel-0.16.0
   mv ../bazel-0.16.0-dist.zip ./

   unzip bazel-0.16.0-dist.zip
   bash ./compile.sh
   echo done building bazel container

Collection


View on Datalad

Metrics

key value
id /containers/jtchilders-singularity_mpi_test_recipe-dvs6_py36_basel
collection name jtchilders/singularity_mpi_test_recipe
branch master
tag dvs6_py36_basel
commit b643455cfa86b2eb0cca51a816e9e0590edf7766
version (container hash) c3fbceb1fe1ec907d385567412c30b0f
build date 2019-02-13T20:23:54.951Z
size (MB) 1001
size (bytes) 331821087
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.