We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a6c416 + 5a45a77 commit 0d1bddbCopy full SHA for 0d1bddb
src/Runtimes/Runtimes.php
@@ -53,6 +53,7 @@ public function __construct(string $version = '')
53
54
$pythonML = new Runtime('python-ml', 'Python (ML)', 'sh helpers/server.sh');
55
$pythonML->addVersion('3.11', 'python:3.11.10-bookworm', 'openruntimes/python-ml:'.$this->version.'-3.11', [System::X86, System::ARM64]);
56
+ $pythonML->addVersion('3.12', 'python:3.12.6-bookworm', 'openruntimes/python-ml:'.$this->version.'-3.12', [System::X86, System::ARM64]);
57
$this->runtimes['python-ml'] = $pythonML;
58
59
$deno = new Runtime('deno', 'Deno', 'sh helpers/server.sh');
0 commit comments