Project-MONAI / monai-deploy-workflow-manager

Repository containing the Workflow Manager sub-system part of MONAI Deploy.
Apache License 2.0
13 stars 3 forks source link

Ability to override shm-size with docker plug-in #978

Open mocsharp opened 4 months ago

mocsharp commented 4 months ago

Description

Allow the users to override the size of /dev/shm with the Docker plug-in.

Example usage:

"args": {
    "container_image": "ghcr.io/mmelqin/monai_ai_livertumor_seg_app:1.0",
    "server_url": "unix:///var/run/docker.sock",
    "entrypoint": "/bin/bash,-c",
    "command": "python3 -u /opt/monai/app/app.py",
    "task_timeout_minutes": "5",
    "shm_size": "64000000000"
},

Status

Ready

Types of changes

sonarcloud[bot] commented 4 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud