Gigon Bae

Results 65 comments of Gigon Bae

@bhatt-piyush Some applications require large shared memory. For example, TRITON docker image is recommented to run docker with the following option `--shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864` E.g, `nvidia-docker run -it...

> I don't see the "--rm" option in the statement, maybe it is somewhere else. It's in https://github.com/Project-MONAI/monai-app-sdk/blob/9888a9311013f9bb7a2168670e07a3b05ceea6f1/monai/deploy/runner/runner.py#L75

@bhatt-piyush We may also need to consider executing `nvidia-docker` instead of `docker` if it requires GPU, to make sure that it uses nvidia docker and gpu is available inside the...

AFAIK, nvidia docker would be used by default only when nvidia docker is specified as a default runner in /etc/docker/daemon.json file. Otherwise, it would need '-gpus' argument when executing 'docker...

It seems that there is a logic in the `cuFileDriverOpen()` method that assumes specific device mounts that crash when the assumption fails. It is the same for WSL2. I shared...

@KavinKrishnan Please help with this issue. I wonder to what extent does the following PR solves the issue here? - https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/199

Thanks @Nantris for restarting the discussion and tagging @codebytere for support! Thank you so much @codebytere for sharing valuable information and pointing out a potential bug in Chromium! The code...

Thank you so much @Nantris for the information! @codebytere , I created a patch to address this issue and validated it with the two relevant cases. Patch: https://gist.github.com/gigony/d4e15de56733a58a4d4851e1e6932263 Local tests:...

Can target for v25.04.00

In the https://docs.nvidia.com/gpudirect-storage/troubleshooting-guide/index.html#enable-diff-log-file-app > If the logging:dir property in the default /etc/cufile.json file is not set, by default, the cufile.log file is generated in the current working directory of the...