We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using snakemake/snakemake:v8.20.3 for Kubernetes jobs.
I am trying to set GPU resources for a rule to execute on GKE, but the GPU node pool is never triggered.
snakemake --snakefile workflow/snakefile_stage3_totalvi.smk \ --executor kubernetes \ --software-deployment-method conda \ --default-storage-provider gcs \ --default-storage-prefix $BUCKET \ --storage-gcs-project $PROJECT \ --set-resources totalvi_train.smk:gpu=1 \ --jobs 1
Ive also tried resources gpu=1 and default-resources gpu=1 as well as setting the resources gpu=1 directly in the rule itself.
resources gpu=1
default-resources gpu=1
Changing the mem and cores resources does in fact trigger the respective node pools so the problem is gpu specific.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using snakemake/snakemake:v8.20.3 for Kubernetes jobs.
I am trying to set GPU resources for a rule to execute on GKE, but the GPU node pool is never triggered.
Ive also tried
resources gpu=1
anddefault-resources gpu=1
as well as setting theresources gpu=1
directly in the rule itself.Changing the mem and cores resources does in fact trigger the respective node pools so the problem is gpu specific.
The text was updated successfully, but these errors were encountered: