jtchilders/singularity_mpi_test_recipe:dvs6_py36_mpi33_bzl19

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

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
   
   export JAVA_VERSION=1.8
   BAZEL_VERSION=0.19.0


   echo checking out and building bazel version $BAZEL_VERSION
   mkdir /bazel
   cd /bazel
   wget https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-dist.zip
   mkdir bazel-$BAZEL_VERSION
   cd bazel-$BAZEL_VERSION
   unzip ../bazel-$BAZEL_VERSION-dist.zip
   ./compile.sh
   echo done building bazel container

Collection


View on Datalad

Metrics

key value
id /containers/jtchilders-singularity_mpi_test_recipe-dvs6_py36_mpi33_bzl19
collection name jtchilders/singularity_mpi_test_recipe
branch master
tag dvs6_py36_mpi33_bzl19
commit dd6591cbc569b38777dfd7d74570cd1231c31efb
version (container hash) 9c1016012af6e9b5c4f4ade0547f2642
build date 2019-02-14T08:45:01.831Z
size (MB) 1757
size (bytes) 680423455
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.