Anaconda Python 3.8.8 with TensorFlow 2.6, XGBoost, LightGBM, OpenCV libraries
1.1K
To launch the container, run the following command:
in Windows:
docker run -it --name python3 -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-for-data-science
in Windows WSL or Linux:
docker run -it --name python3 -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-for-data-science
Navigate to http://127.0.0.1:8888/ in your web browser to run the jupyter notebook
Content type
Image
Digest
Size
3.7 GB
Last updated
about 5 years ago
docker pull kriss024/anaconda-python-for-data-science