Replies: 1 comment 1 reply
-
Hi @masadcv , Thanks for raising this topic. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a MONAILabel app that depends on MONAI's CRF module. This module requires MONAI to be built using:
BUILD_MONAI=1 pip install git+https://github.com/Project-MONAI/MONAI#egg=monai
As mentioned here, we need to include this monai installation in the requirements.txt for the relevant app.
My question is, is there a neat way of including monai in requirements.txt while also compiling to get the relevant CRF binaries?
Many thanks for your help!
Muhammad Asad
cc: @charliebudd
Beta Was this translation helpful? Give feedback.
All reactions