PostgresML

Aus ahrensburg.city
Zur Navigation springen Zur Suche springen

PostgresML ist ein Machine Learning Toolkit für PostgreSQL.

Ubuntu Installation

Um PostgresML auf Ubuntu zu installieren, führen Sie die folgenden Schritte aus: Läuft nur auf Ubuntu 22.04

1. Fügen Sie das PostgresML-Repository hinzu:

echo "deb [trusted=yes] https://apt.postgresml.org $(lsb_release -cs) main" | \
sudo tee -a /etc/apt/sources.list
export POSTGRES_VERSION=14
sudo apt update && \
sudo apt install postgresml-${POSTGRES_VERSION}