nv-ingest
nv-ingest copied to clipboard
[BUG]: Jupyter Notebook Unable to Communicate with Docker Compose Services
Version
Latest
Which installation method(s) does this occur on?
Docker
Describe the bug.
@scothalverson @yulianazamora
Behavior
The Jupyter Notebook instance cannot establish network communication with any of the Docker Compose services due to being on a separate network.
Solution
To resolve this issue, the Jupyter Notebook container must be launched on the same network as the Docker Compose services. This can be achieved by using the --network flag with the docker run command to specify the Docker Compose network.
Minimum reproducible example
N/A
Relevant log output
N/A
Other/Misc.
No response