Victor Chang
Victor Chang
Is there any way to specify `runtime`?
> I think you’re looking for: > > https://github.com/dotnet/Docker.DotNet/blob/13ad3a144d24af0451d5a1c5f749a92e1252888f/src/Docker.DotNet/Models/HostConfig.Generated.cs#L148 Yes! Thank you @HofmeisterAn, I was about to post an update with the finding 😂. However, I couldn't find options for...
@HofmeisterAn Big thanks!!
Great idea! @AHarouni, please open a PR with the changes.
Hi @justinhorton2003, you may find more information on how to enable NVIDIA GPUs on Azure from [GPU optimized virtual machine sizes](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes-gpu). As for Azure File Share, are you trying to...
@vikashg You are correct, the `Insecure Setup` yellow warning displays when `RemoteAccessAllowed` is set to `true` and `AuthenticationEnabled` is set to false. This was by design to make the experience...
@vikashg have you tried restarting the services by running ``` docker compose down ``` and then ``` docker compose up ``` If that doesn't work, please provide logs from Informatics...
@vikashg It looks like your drive is 95% filled; one option is to modify the [informatics-gateway.json](https://github.com/Project-MONAI/monai-deploy/blob/main/deploy/monai-deploy-express/configs/informatics-gateway.json) line 47, and set to `"watermarkPercent": 99,` and then restart all the services again.
@vikashg it's usually the drive that you are running MD express on. By default `$PWD/.md/mdig/payloads/` is mounted to `/payloads` in the Informatics Gateway container.
@bluna301 what version of MDE are you using? It would be great if you can attach docker compose logs. Thanks.