补充 Tensorflow2(ubuntu-18.04).

Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
lion.chan 2021-05-16 20:13:28 +08:00
parent 65c59f3e5f
commit 6bad7205ab
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Docker+TensorFlow+Jupyter 环境搭建 # Docker+TensorFlow+Jupyter 环境搭建
```bash ```bash
# Tensorflow1
docker run -t -p 1008:8888 --name=tensorflow jupyter/tensorflow-notebook:17aba6048f44 docker run -t -p 1008:8888 --name=tensorflow jupyter/tensorflow-notebook:17aba6048f44
# Tensorflow2(ubuntu-18.04)
docker run -t -p 1008:8888 --name=tensorflow jupyter/tensorflow-notebook:ubuntu-18.04
``` ```