I'm having a problem specifying the image for dask gateway workers to use. We need to have the Dask Workers using an image that has the same versions of Dask as the scheduler (the notebook), and the easiest way to ensure this is to specify that the Dask Workers use the same image as the notebook.
But when I do this, I sometimes find that even though I specify the image for the dask workers, the dask workers are using a different image.
Is this also getting cached somewhere? If so, we should disable the caching so that the Dask Workers actually use the image we specify!!