Skip to content

Commit 92867a5

Browse files
committed
no desktop mesa util
1 parent 7b9eb04 commit 92867a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ def pre_install
4444
code <<-PREREQ
4545
set -e
4646
DEBIAN_FRONTEND=noninteractive
47-
apt update
4847
apt -y install whoopsie
49-
apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
48+
# apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
5049
apt -y purge ifupdown
51-
aws s3 cp s3://hgreebe-dependencies/NICE-GPG-KEY NICE-GPG-KEY
52-
# wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
50+
wget https://d1uj6qtbmh3dt5.cloudfront.net/NICE-GPG-KEY
5351
gpg --import NICE-GPG-KEY
5452
PREREQ
5553
retries 10

0 commit comments

Comments
 (0)