https://github.com/petronetto/docker-python-deep-learning
A container for Deep Learning with Python 3
https://github.com/petronetto/docker-python-deep-learning
deep-learning docker jupyter keras machine-learning matplotlib mxnet notebook numpy pandas pyhton3 pytorch scikit-learn tensorflow xgboost
Last synced: about 1 month ago
JSON representation
A container for Deep Learning with Python 3
- Host: GitHub
- URL: https://github.com/petronetto/docker-python-deep-learning
- Owner: petronetto
- License: bsd-3-clause
- Created: 2018-01-28T18:21:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T17:55:38.000Z (over 4 years ago)
- Last Synced: 2025-03-29T01:23:52.633Z (about 2 months ago)
- Topics: deep-learning, docker, jupyter, keras, machine-learning, matplotlib, mxnet, notebook, numpy, pandas, pyhton3, pytorch, scikit-learn, tensorflow, xgboost
- Language: Jupyter Notebook
- Homepage: https://hub.docker.com/r/petronetto/docker-python-deep-learning/
- Size: 43.9 KB
- Stars: 115
- Watchers: 7
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_____ _ _
| __ \ | | (_)
| | | | ___ ___ _ __ | | ___ __ _ _ __ _ __ _ _ __ __ _
| | | |/ _ \/ _ \ '_ \ | | / _ \/ _` | '__| '_ \| | '_ \ / _` |
| |__| | __/ __/ |_) | | |___| __/ (_| | | | | | | | | | | (_| |
|_____/ \___|\___| .__/ |______\___|\__,_|_| |_| |_|_|_| |_|\__, |
| | __/ |
|_| |___/
```
[](https://registry.hub.docker.com/u/petronetto/docker-python-deep-learning/ "petronetto/docker-python-deep-learning")[](https://microbadger.com/images/petronetto/docker-python-deep-learning "Get your own image badge on microbadger.com")
[](https://github.com/petronetto/docker-python-deep-learning/issues)
[](https://raw.githubusercontent.com/petronetto/docker-python-deep-learning/master/LICENSE)
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fpetronetto%2Fdocker-python-deep-learning)
[](https://circleci.com/gh/petronetto/docker-python-deep-learning/tree/master)## What is include
- Python 3.6
- NumPy
- Pandas
- SciPy
- Scikit-learn
- Matplotlib
- Seaborn
- XGBoost
- TensorFlow
- Keras
- PyTorch
- Torch Vision
- MXNet
- Jupyter Notebook## Running the container
```sh
docker run -it --name deep-learning \
-v $(PWD):/home/notebooks \
-p 8888:8888 -d \
petronetto/docker-python-deep-learning
```Enjoy :)
License: [BSD 3-Clause](LICENSE)