Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Aug 17, 2022
1 parent 8ee6299 commit 5393a3f
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions files/image-builder/scipy-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ phases:
sudo yum group install -y 'Development Tools'
sudo yum install --quiet -y curl unzip wget git gitflow zsh \
Lmod \
sudo conda python3 pip3 amazon-efs-utils quota curl \
sudo python3 pip3 amazon-efs-utils quota curl \
htop atop tree \
perl-devel perl-threads \
golang \
Expand Down Expand Up @@ -112,17 +112,10 @@ phases:
sudo make
################################################
# Install Spack
# Install Ansible
################################################
# Install latest spack release
export SPACK_ROOT=/opt/spack
mkdir -p ${SPACK_ROOT}
git clone https://github.com/spack/spack.git ${SPACK_ROOT}
cd ${SPACK_ROOT}
echo "export SPACK_ROOT=$SPACK_ROOT" > /etc/profile.d/spack.sh
echo "source $SPACK_ROOT/share/spack/setup-env.sh" >> /etc/profile.d/spack.sh
source ${SPACK_ROOT}/share/spack/setup-env.sh
sudo python3 -m pip install ansible
sudo ansible-galaxy install evandam.conda
################################################
# Install RStudio
Expand Down

0 comments on commit 5393a3f

Please sign in to comment.