We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2e356 commit 42ce690Copy full SHA for 42ce690
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_dcv_common.rb
@@ -272,7 +272,7 @@ def dcv_gpu_accel_supported?
272
end
273
274
def dcv_url
275
- "https://d1uj6qtbmh3dt5.cloudfront.net/2024.0/Servers/#{dcv_package}.tgz"
+ "https://d1uj6qtbmh3dt5.cloudfront.net/2024.0/Servers/nice-dcv-2024.0-18131-ubuntu2404-x86_64.tgz"
276
277
278
def dcv_tarball
cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_ubuntu_common.rb
@@ -45,6 +45,7 @@ def pre_install
45
code <<-PREREQ
46
set -e
47
DEBIAN_FRONTEND=noninteractive
48
+ apt update
49
apt -y install whoopsie
50
apt -y install ubuntu-desktop && apt -y install mesa-utils || (dpkg --configure -a && exit 1)
51
apt -y purge ifupdown
0 commit comments