nv-ingest icon indicating copy to clipboard operation
nv-ingest copied to clipboard

[BUG]: Jupyter Notebook Unable to Communicate with Docker Compose Services

Open abeltre1 opened this issue 1 year ago • 0 comments

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

abeltre1 avatar Oct 01 '24 21:10 abeltre1