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 bca876a commit 733ac65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 --skip-broken -y \
unzip wget git gitflow zsh
unzip curl wget git gitflow zsh
sudo yum install --quiet --skip-broken -y \
sudo python3-devel python3 pip3 amazon-efs-utils quota
Expand All @@ -73,9 +73,11 @@ phases:
sudo yum install --quiet --skip-broken -y \
perl-devel perl-threads \
sudo yum install --quiet --skip-broken -y \
s3fs-fuse
sudo yum install --quiet --skip-broken -y \
golang \
s3fs-fuse \
openssl openssl-devel \
vsftpd \
libuuid-devel \
Expand Down Expand Up @@ -143,7 +145,6 @@ phases:
cd prometheus-slurm-exporter
sudo make
################################################
# Install RStudio
################################################
Expand Down

0 comments on commit 733ac65

Please sign in to comment.