jtchilders/singularity_mpi_test_recipe:dvs8_py36_mpi33_bzl19

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

Singularity Recipe

Bootstrap: shub
From: jtchilders/singularity_mpi_test_recipe:dvs8_py36_mpi33

%post
   echo setting up devtoolset8
   # setup devtoolset8
   scl enable devtoolset-8 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-dvs8_py36_mpi33_bzl19
collection name jtchilders/singularity_mpi_test_recipe
branch master
tag dvs8_py36_mpi33_bzl19
commit d6dd5aac62ff37f7b705732d27937be241082d7e
version (container hash) 49a88cd0e9d95ebb7cd7561c8fa7d429
build date 2019-04-08T19:28:20.986Z
size (MB) 1823
size (bytes) 716328991
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.