mlcube
mlcube copied to clipboard
[WIP] Integrate Docker and Singularity flags
This PR integrates the following new flags into MLCube:
| Description | Docker Flag | Singularity Flag | MLCube Flag |
|---|---|---|---|
| Network acess | --network | --net | --network |
| Security | --security-opt | --security | --security |
| Gpus | --gpus | --nv | --gpus |
| Ram | --memory | --vm-ram | --memory |
| Cpu | --cpu-shares | --vm-cpu | --cpu |
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅
I would like to test this with podman before we merge.