Skip to content

Teradata/docker-sklearn2pmml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-sklearn2pmml

A Docker image that extends the official Python image and adds teradataml and sklearn2pmml with java.

Building

The dockerfile is parametrized. You need to specify PYTHON_VERSION and TERADATAML_VERSION to build the image:

docker build --build-arg PYTHON_VERSION=3.9 --build-arg TERADATAML_VERSION=17.0.0.4 --build-arg SKLEARN2PMML_VERISON=0.79.0 -t teradata/python-sklearn2pmml:latest .
podman build --build-arg PYTHON_VERSION=3.9 --build-arg TERADATAML_VERSION=17.0.0.4 --build-arg SKLEARN2PMML_VERISON=0.79.0 -t teradata/python-sklearn2pmml:latest .

About

A docker image with teradataml and sklearn2pmml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published