8000 GitHub - rth/scikit-learn-dev-docker: Developement Docker images for scikit-learn
[go: up one dir, main page]

Skip to content

rth/scikit-learn-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Development docker setup for scikit-learn

These dockerfiles are mostly used for development and testing.

By default, the scikit-learn master branch is compilied from source in a Debian unstable for the amd64 platform. Adapt the scikit-learn version (git tag), OS version / release and the architecture as needed.

Dockerfiles

  • debian/conda/Dockerfile: source installation with dependencies installed with conda
  • debian/apt/Dockerfile: source installation with dependencies installed with apt and pip

Building images

For instance,

cd debian/conda/
docker build -t sklearn-debian-conda-amd64 .

About

Developement Docker images for scikit-learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0