GNU/Linux ◆ xterm-256color ◆ bash 1700 views

Debugging spack! The Singularity spec I used is the following:

  BootStrap: docker
  From: ubuntu:latest

  %post

     apt-get -y update
     apt-get -y install git python python-dev
     git clone https://github.com/llnl/spack
     SPACK_ROOT=/spack
     export SPACK_ROOT
     /bin/bash $SPACK_ROOT/share/spack/setup-env.sh