This is the official Docker image of Python with the most popular libraries for machine learning
213
This is the official Docker image of Python with the most popular libraries installed for machine learning, namely tensorflow, keras, scikit-learn, pandas, numpy, scipy, matplotlib, seaborn, torch, nltk, gensim, xgboost, lightgbm, statsmodels, opencv-python, pillow, and requests.
one of the possibl example how to run this image:
docker run -d --name pythonml --network my_custom_network --ip 192.168.0.3 -p 1523:1521 -p 8083:5500 -v /path/to/yours/directory/on/host:/app python_ml tail -f /dev/null
Of course, before that, you should create a Docker network named my_custom_network, if needed.
Content type
Image
Digest
sha256:81024509c…
Size
4 GB
Last updated
about 2 years ago
docker pull tihonya/python_ml