Skip to content

jgbustos/ml-model-base-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-model-base-docker

Build and publish Docker image Known Vulnerabilities

Base Docker image to be used in Machine Learning projects, built as:

  • Linux (currently Debian Bullseye "slim")
  • Python 3 (currently 3.10)
  • Several Python pip packages used in data science and machine learning, e.g.:
    • Numpy
    • Pandas
    • Scipy
    • Scikit-learn
    • LightGBM
    • XGBoost
    • TensorFlow
    • Keras
    • NLTK

This will be used as a base to build other Docker images.