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 进行修改