Integrating OHIF with Orthanc & MONAI Label (Docker Compose) #1102
-
CONFIGURATION SETUPHi, I wanted to integrate OHIF Viewer with Orthanc & MONAI Label server. Orthanc and OHIF Viewer integrated successfully but I can't get MONAI Label server to connect with OHIF Viewer via Orthanc DICOMWeb. I use this code sample to integrate Orthanc with OHIF Viewer. And then in the compose.yaml, I modified it to include MONAI Label installation in the Docker Compose.
After that, I ran When the service is up, I type in From there, I ran Lastly, I ran THE PROBLEMI am able to upload data in Orthanc through this URL: http://localhost/ui/app/ HOWEVER
But I am able to access http://localhost:8000 and it will give me the list of MONAI Label API. Can someone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
If you are using monailabel via GitHub check out.. you need to build ohif.. more details can be found on plugins/ohif |
Beta Was this translation helpful? Give feedback.
-
Thanks @SachidanandAlle @diazandr3s @jlvahldiek, the issue has been resolved with the changes of PR #1106. If you're using Docker like me, make sure to pull the latest Docker image by running And also just to remind the community that OHIF has already built-in inside of MONAI Label container, so you don't have to build it again. Just follow the steps on the docs and you'll be fine. Here is the overview for the system: |
Beta Was this translation helpful? Give feedback.
Thanks @SachidanandAlle @diazandr3s @jlvahldiek, the issue has been resolved with the changes of PR #1106.
If you're using Docker like me, make sure to pull the latest Docker image by running
docker pull projectmonai/monailabel
command in your terminal first.And also just to remind the community that OHIF has already built-in inside of MONAI Label container, so you don't have to build it again. Just follow the steps on the docs and you'll be fine.
Here is the overview for the system: