Skip to content

Commit 68c761c

Browse files
committed
fix: tke gpu scale worker test
1 parent 98757b3 commit 68c761c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

tencentcloud/resource_tc_kubernetes_scale_worker_test.go

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ resource tencentcloud_kubernetes_scale_worker test_scale {
269269
system_disk_size = 50
270270
internet_charge_type = "TRAFFIC_POSTPAID_BY_HOUR"
271271
security_group_ids = [local.sg_id]
272-
img_id = "img-22trbn9x"
272+
img_id = "img-eb30mz89"
273273
274274
data_disk {
275275
disk_type = "CLOUD_PREMIUM"
@@ -285,18 +285,16 @@ resource tencentcloud_kubernetes_scale_worker test_scale {
285285
gpu_args {
286286
mig_enable = false
287287
driver = {
288-
name = "NVIDIA-Linux-x86_64-450.102.04.run"
289-
version = "450.102.04"
288+
name = "NVIDIA-Linux-x86_64-470.82.01.run"
289+
version = "470.82.01"
290290
}
291291
cuda = {
292-
name = "cuda_11.0.3_450.51.06_linux.run"
293-
version = "11.0.3"
292+
name = "cuda_11.4.3_470.82.01_linux.run"
293+
version = "11.4.3"
294294
}
295295
cudnn = {
296-
name = "libcudnn8_8.1.0.77-1+cuda11.2_amd64.deb"
297-
version = "8.1.0"
298-
doc_name = "libcudnn8-samples_8.1.0.77-1+cuda11.2_amd64.deb"
299-
dev_name = "libcudnn8-dev_8.1.0.77-1+cuda11.2_amd64.deb"
296+
name = "cudnn-11.4-linux-x64-v8.2.4.15.tgz"
297+
version = "8.2.4"
300298
}
301299
}
302300
}

0 commit comments

Comments
 (0)