In an effort to improve the wait time of simulations starting on Azure Batch run, I have noticed that the image size has ballooned from 1.7GB to 10.6GB. I need to dig further into how the Batch accounts allocate space for VM images, but want to get ahead of any out-of-space errors.
The increase in container size is caused by the pytorch, Nvidia CUDA (and related) packages etc. which have come in via the SDV dependency (#1758).
@marghe-molaro - I'm wondering whether we need all these libraries when running the simulation, as opposed to training the emulator.
In an effort to improve the wait time of simulations starting on Azure Batch run, I have noticed that the image size has ballooned from 1.7GB to 10.6GB. I need to dig further into how the Batch accounts allocate space for VM images, but want to get ahead of any out-of-space errors.
The increase in container size is caused by the pytorch, Nvidia CUDA (and related) packages etc. which have come in via the SDV dependency (#1758).
@marghe-molaro - I'm wondering whether we need all these libraries when running the simulation, as opposed to training the emulator.