crazybun/tensorflow

By crazybun

Updated about 3 years ago

Image

18

TensorFlow JupyterLab

FROM tensorflow/tensorflow:2.7.0-jupyter
用法
docker run -itd --name tensorflow2.7 --restart=always -p 8888:8888 -v /f/Docker/tensorflow/tf:/tf crazybun/tensorflow:2.7.0-jupyterlab

打开 http://127.0.0.1:8888/lab

密码为 friends, 可编辑 /root/.jupyter/jupyter_lab_config.json 进行修改

Docker Pull Command

docker pull crazybun/tensorflow