crazybun/tensorflow
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
密码为 friends
, 可编辑 /root/.jupyter/jupyter_lab_config.json
进行修改
docker pull crazybun/tensorflow