ERR_CODEENV_CONTAINER_EXEC_NOT_FOUND: Code environment is not configured for the selected runtime container configuration¶
The recipe, webapp, or notebook runs in a container and uses a code environment that has not been configured to be built for the runtime container configuration.
Remediation¶
Ensure that the runtime container configuration used by the recipe, webapp, or notebook is included in the list of container configurations that the code environment is built for.
A code environment admin can find this list in the code environment settings under Containerized execution > Build for > Selected container configurations. You can also choose All container configurations.
After selecting the configurations, save and update the code environment to build the corresponding images.