Project-MONAI / monai-deploy

MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Apache License 2.0
98 stars 22 forks source link

Integrate TM Docker plug-in changes to enable passing UID:GID as argu… #149

Closed mocsharp closed 10 months ago

mocsharp commented 10 months ago

Updates MONAI Deploy Express:

MMelQin commented 10 months ago

Note: Explicitly specifying the entrypoint/command is only needed for MAP built with earlier version of Packager, namely v0.5.1 and below, because some issues that did not get addressed by the contributor. In v0.6, we have the new internal handler, and do not need to carry on with the workaround. The TM Docker plugin will need to be updated in another PR before we can safely remove the entrypoint/command in the configuration, though.

mocsharp commented 10 months ago

Test passed on the same Liver Tumor 2.0 container built with user 1000:1000 and ran MDE on a system with a user ID 1001.