Anaconda Python 3.8.8 with TensorFlow 2.6, XGBoost, LightGBM, scikit-learn libraries
379
To launch the container, run the following command:
in Windows:
docker run -it --name python3-basic -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-for-data-science-basic
in Windows WSL or Linux:
docker run -it --name python3-basic -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-for-data-science-basic
After that you can start using the commands in container
Content type
Image
Digest
Size
2.1 GB
Last updated
about 5 years ago
docker pull kriss024/anaconda-python-for-data-science-basic