Skip to content

Commit

Permalink
Add Python 3.12 ML
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Jan 10, 2025
1 parent 4a6c416 commit 5a45a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function __construct(string $version = '')

$pythonML = new Runtime('python-ml', 'Python (ML)', 'sh helpers/server.sh');
$pythonML->addVersion('3.11', 'python:3.11.10-bookworm', 'openruntimes/python-ml:'.$this->version.'-3.11', [System::X86, System::ARM64]);
$pythonML->addVersion('3.12', 'python:3.12.6-bookworm', 'openruntimes/python-ml:'.$this->version.'-3.12', [System::X86, System::ARM64]);
$this->runtimes['python-ml'] = $pythonML;

$deno = new Runtime('deno', 'Deno', 'sh helpers/server.sh');
Expand Down

0 comments on commit 5a45a77

Please sign in to comment.