Skip to content

Commit fd2bd15

Browse files
author
GitHub Workflow
committed
Repo-sync
1 parent 6e63fb5 commit fd2bd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/src/ContainerDefinitionFetcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ private function GetDefinition(): array
250250
}
251251

252252
$enableNvidiaGpu = false;
253-
if (is_bool($entry['enable_nvidia_gpu'])) {
253+
if (isset($entry['enable_nvidia_gpu'])) {
254254
$enableNvidiaGpu = $entry['enable_nvidia_gpu'];
255255
}
256256

0 commit comments

Comments
 (0)