-
|
Hi I can't seem to find the documentation for specifying the machine type for the Kedro pipelines. How do I specify the Dockerfile if I have a custom one? |
Beta Was this translation helpful? Give feedback.
Answered by
marrrcin
Oct 26, 2022
Replies: 1 comment
-
|
Hi @HadiSDev !
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
em-pe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @HadiSDev !
run_config.resourcessection) https://kedro-vertexai.readthedocs.io/en/0.7.0/source/02_installation/02_configuration.htmlRight now, we don't support requesting of specific accelerators, but we're open to accept a pull request which will add this functionality (as per https://cloud.google.com/vertex-ai/docs/pipelines/machine-types - it will require adding a nodeSelector)
Dockerfile, we're only suggestingkedro-dockerfor easy set up, you can modify the file later as you want.