Replies: 2 comments 7 replies
-
You can also use the pip install monailabel option on Windows.. as you are planning to use 3D slicer as the client |
Beta Was this translation helpful? Give feedback.
7 replies
-
The issue is resolved. I am not sure why (since I was running MonaiLabel locally) but it seems that the cause of my installation issues was due to the university proxy (which I was told to use to access the internet). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to run MonaiLabel locally to use with slicer. I have CUDA enabled (11.8).
I tried to install MonaiLabel with docker. I am using windows.
I can run docker using:
docker run --gpus all --rm -ti --ipc=host --net=host projectmonai/monailabel:latest bash
and start the monai server, and I get:
_Uvicorn running on http://0.0.0.0:8000_
but when I try to access it with MonaiLabel in 3D slicer I get this issue:
I tried using hosts:
http://0.0.0.0:8000/ or
http://127.0.0.1:8000/ or
http://localhost:8000/ or leaving it blank
details:
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
I also get an "access denied" error when I enter the http://0.0.0.0:8000/ in a browser.
My organisation uses a proxy server to connect to the internet. Do I somehow need to change the label server address to account for this?
I also saw in docker I can adjust the ports:

Or is there maybe an issue with ports because of WSL being used by docker?
thank you so much,
Eva
Beta Was this translation helpful? Give feedback.
All reactions