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.