Ubuntu 20.04 instead of 18.04 (#15525)
This commit is contained in:
parent
d5f235d997
commit
5656c684a5
|
@ -168,7 +168,7 @@ annotateBlockexplorerUrl() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
supported=("18.04")
|
supported=("20.04")
|
||||||
declare MAYBE_DOCKER=
|
declare MAYBE_DOCKER=
|
||||||
if [[ $(uname) != Linux || ! " ${supported[*]} " =~ $(lsb_release -sr) ]]; then
|
if [[ $(uname) != Linux || ! " ${supported[*]} " =~ $(lsb_release -sr) ]]; then
|
||||||
# shellcheck source=ci/rust-version.sh
|
# shellcheck source=ci/rust-version.sh
|
||||||
|
|
|
@ -172,10 +172,10 @@ cloud_CreateInstances() {
|
||||||
#declare sshPrivateKey="${13}" # unused
|
#declare sshPrivateKey="${13}" # unused
|
||||||
|
|
||||||
if $enableGpu; then
|
if $enableGpu; then
|
||||||
# Custom Ubuntu 18.04 LTS image with CUDA 9.2 and CUDA 10.0 installed
|
# Custom Ubuntu 20.04 LTS image with CUDA 10.2 installed
|
||||||
#
|
#
|
||||||
# Unfortunately this image is not public. When this becomes an issue, use
|
# Unfortunately this image is not public. When this becomes an issue, use
|
||||||
# the stock Ubuntu 18.04 image and programmatically install CUDA after the
|
# the stock Ubuntu 20.04 image and programmatically install CUDA after the
|
||||||
# instance boots
|
# instance boots
|
||||||
#
|
#
|
||||||
imageName="ubuntu-2004-focal-v20201211-with-cuda-10-2 --image-project principal-lane-200702"
|
imageName="ubuntu-2004-focal-v20201211-with-cuda-10-2 --image-project principal-lane-200702"
|
||||||
|
|
Loading…
Reference in New Issue