From 7f172c4df27cb0738f10f186e0e508fde681bea7 Mon Sep 17 00:00:00 2001 From: Le-Zheng <30695225+Le-Zheng@users.noreply.github.com> Date: Wed, 16 Feb 2022 01:05:52 -0800 Subject: [PATCH] docker image jupyter (#3938) > Is this PR tested and ready for merge? yes --- docs/readthedocs/source/doc/UserGuide/docker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/readthedocs/source/doc/UserGuide/docker.md b/docs/readthedocs/source/doc/UserGuide/docker.md index a1170a5b..504ad543 100644 --- a/docs/readthedocs/source/doc/UserGuide/docker.md +++ b/docs/readthedocs/source/doc/UserGuide/docker.md @@ -80,7 +80,6 @@ After a Docker container is launched and user login into the container, you can In the `/opt/work` directory, run this command line to start the Jupyter Notebook service: ``` -source activate bigdl ./start-notebook.sh ```