增加 Docker+TensorFlow+Jupyter 环境搭建.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-05-14 16:31:22 +08:00
parent 67ed9efe24
commit bd7b9c3be2
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Docker+TensorFlow+Jupyter 环境搭建
```bash
docker run -t -p 1008:8888 --name=tensorflow jupyter/tensorflow-notebook:17aba6048f44
```