Are there "slimmer" NVHPC SDK Docker Images?

All,

In some CI I manage, I recently tried to update from NVHPC 24.7 to 25.1. However, when I tried that, Github CI failed with a “no space left on device”:

  failed to register layer: write /opt/nvidia/hpc_sdk/Linux_x86_64/25.1/profilers/Nsight_Systems/documentation/UserGuide/index.html: no space left on device
  Warning: Docker pull failed with exit code 1, back off 6.925 seconds before retry.

I tried looking at the catalog, but all I see is the big-boy devel and the smaller runtime images. All I need (in my case) is nvfortran (and maybe MPI, but I can build that myself), and sadly the runtime image doesn’t have the compilers.

Does anyone have any tips maybe I need to do in my Github CI to be able to pull 25.1? Or does anyone out there know of a less bulky NVHPC image with nvfortran?