How do I change the profiles in a Jupyter Code Workspace?

I have a transform published via code-workspace, with jupyer codenotebook as an editor.
I want to bump the memory and vCPUS allocated to my build. How do I perform this change ?

In a standard code repository, in spark, I would change the spark profile.

I see an option to change the resources attributed to the workspace itself (so when I’m dev-ing) but that’s unclear if it affects the builds ?

The compute profile in workspace setting manages the resource profile for the code workspace container.

If you want to update the resource profile of the published container transform in code workspace, click on the output dataset in code workspace and edit dataset transform. From there, you can choose the compute profile for the container transform.