Skip to content

Commit 42ce690

Browse files
committed
test dcv apt update
1 parent fb2e356 commit 42ce690

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def dcv_gpu_accel_supported?
272272
end
273273

274274
def dcv_url
275-
"https://d1uj6qtbmh3dt5.cloudfront.net/2024.0/Servers/#{dcv_package}.tgz"
275+
"https://d1uj6qtbmh3dt5.cloudfront.net/2024.0/Servers/nice-dcv-2024.0-18131-ubuntu2404-x86_64.tgz"
276276
end
277277

278278
def dcv_tarball

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def pre_install
4545
code <<-PREREQ
4646
set -e
4747
DEBIAN_FRONTEND=noninteractive
48+
apt update
4849
apt -y install whoopsie
4950
apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
5051
apt -y purge ifupdown

0 commit comments

Comments
 (0)