jtchilders/singularity_mpi_test_recipe:dvs6_py36_mpi33_bzl16

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

Singularity Recipe

Bootstrap: shub
From: jtchilders/singularity_mpi_test_recipe:dvs6_py36_mpi

%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_mpi33_bzl16
collection name jtchilders/singularity_mpi_test_recipe
branch master
tag dvs6_py36_mpi33_bzl16
commit afc79d9a29f34dabf384d1fc733c69824546b6a5
version (container hash) 10f7a4ec9bcfb6d67f292fa03998ace6
build date 2019-02-13T20:23:54.933Z
size (MB) 1717
size (bytes) 670502943
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.