ignore doc python errors sphinx (#10756)
* fixes * fixes * Update workbench.md Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
This commit is contained in:
@@ -67,3 +67,5 @@ api/api_reference.rst
|
||||
workbench/docs/workbench_dg/key_concepts.md
|
||||
workbench/docs/workbench_dg/run_single_inference.md
|
||||
omz_tools_downloader.rst
|
||||
warning
|
||||
attribute
|
||||
|
||||
@@ -5,18 +5,14 @@ Deep Learning Workbench (DL Workbench) is a web application running within a Doc
|
||||
## Run DL Workbench
|
||||
|
||||
Unless necessary, limit the connections to the DL Workbench to `localhost` (127.0.0.1), so that it
|
||||
is only accessible from the machine the Docker container is built on:
|
||||
is only accessible from the machine the Docker container is built on.
|
||||
|
||||
* The script [starting the DL Workbench from the
|
||||
package](@ref workbench_docs_Workbench_DG_Install_from_Package) ensures that the container and the web
|
||||
application are accessible only from the `localhost` by default.
|
||||
|
||||
* When using `docker run` to [start the DL Workbench from Docker
|
||||
Hub](@ref workbench_docs_Workbench_DG_Run_Locally), limit connections for the host IP 127.0.0.1.
|
||||
For example, limit the connections for the host IP to the port `5665` with the `-p
|
||||
127.0.0.1:5665:5665` command . Refer to [Container
|
||||
networking](https://docs.docker.com/config/containers/container-networking/#published-ports) for
|
||||
details.
|
||||
When using `docker run` to [start the DL Workbench from Docker
|
||||
Hub](@ref workbench_docs_Workbench_DG_Run_Locally), limit connections for the host IP 127.0.0.1.
|
||||
For example, limit the connections for the host IP to the port `5665` with the `-p
|
||||
127.0.0.1:5665:5665` command . Refer to [Container
|
||||
networking](https://docs.docker.com/config/containers/container-networking/#published-ports) for
|
||||
details.
|
||||
|
||||
## Authentication Security
|
||||
|
||||
|
||||
@@ -100,3 +100,4 @@ explicit markup ends without a blank line
|
||||
\* keyerror:
|
||||
\* modulenotfounderror
|
||||
unexpected unindent
|
||||
failed to import object
|
||||
|
||||
Reference in New Issue
Block a user