dockerImageCustomEntrypoint: Yup.string().when('type', {
    is: 'algorithm',
    then: Yup.string().when('dockerImage', {
      is: 'custom',
      then: Yup.string().required('Required')