Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petronetto authored Feb 16, 2018
1 parent 88ac9b5 commit f29359f
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,51 +39,5 @@ docker run -it --name pytorch \

Enjoy 😃

```
_____ _ _
| __ \ | | (_)
| | | | ___ ___ _ __ | | ___ __ _ _ __ _ __ _ _ __ __ _
| | | |/ _ \/ _ \ '_ \ | | / _ \/ _` | '__| '_ \| | '_ \ / _` |
| |__| | __/ __/ |_) | | |___| __/ (_| | | | | | | | | | | (_| |
|_____/ \___|\___| .__/ |______\___|\__,_|_| |_| |_|_|_| |_|\__, |
| | __/ |
|_| |___/
```

[![](https://images.microbadger.com/badges/image/petronetto/docker-python-deep-learning.svg)](https://microbadger.com/images/petronetto/docker-python-deep-learning "Get your own image badge on microbadger.com")
[![GitHub issues](https://img.shields.io/github/issues/petronetto/docker-python-deep-learning.svg)](https://github.com/petronetto/docker-python-deep-learning/issues)
[![GitHub license](https://img.shields.io/github/license/petronetto/docker-python-deep-learning.svg)](https://raw.githubusercontent.com/petronetto/docker-python-deep-learning/master/LICENSE)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/petronetto/docker-python-deep-learning.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fpetronetto%2Fdocker-python-deep-learning)
[![CircleCI](https://circleci.com/gh/petronetto/docker-python-deep-learning/tree/master.svg?style=svg)](https://circleci.com/gh/petronetto/docker-python-deep-learning/tree/master)

## What is include
- Python 3.5
- NumPy
- Pandas
- SciPy
- Scikit-learn
- Matplotlib
- Seaborn
- XGBoost
- TensorFlow
- Keras
- PyTorch
- Torch Vision
- 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)


<a href='https://ko-fi.com/N4N09BMZ' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

0 comments on commit f29359f

Please sign in to comment.