After deploying NIMs and opening localhost:8000 in a browser, should I expect to see a Jupyter Notebook?

Hello folks,
I’ve deployed rfdiffusion BioNeMo NIM using the Docker image method on a cloud GPU-enabled virtual machine. Should I expect to see something like a Jupyter Notebook after opening <IP Address>:8000 or localhost:8000 in a browser? When I open this page, I see the message:

{"detail":"Not Found"}

However, opening <IP Address>:8000/docs and localhost:8000/docs displays the SwaggerAPI page. Also, calling curl http://localhost:8000/v1/health/ready from the terminal shows a ‘ready’ message.

Hi @KindnessCUDA,

Once you have launched the RFDiffusion NIM container, you can use the endpoint for inferencing. In this case, the endpoint is <IP_Address>:8000. It will not launch a Jupyter Notebook at that port but will serve as an inference endpoint.

You can use the following example given here: rfdiffusion Model by IPD | NVIDIA NIM

Thanks,
Neel

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.