Hi,
I'm trying to get my Snakemake pipeline to use a custom docker image that I have stored in a private repo in the AWS ECR.
This docker image was created the usual Snakemake way with containerize, then tagged and pushed to the ECR following AWS documentation.
I can pull this container fine and it works interactively on my EC2 but I am unable to use it with Snakemake and AWS batch.
I have tried adding a global container at the top of the snakefile and also tried specifying the container in a rule, both don't work. Snakemake just keeps making the default container that it uses for creating a batch job and using that instead.
Does this plugin have any way to communicate with ECR?
Hi,
I'm trying to get my Snakemake pipeline to use a custom docker image that I have stored in a private repo in the AWS ECR.
This docker image was created the usual Snakemake way with containerize, then tagged and pushed to the ECR following AWS documentation.
I can pull this container fine and it works interactively on my EC2 but I am unable to use it with Snakemake and AWS batch.
I have tried adding a global container at the top of the snakefile and also tried specifying the container in a rule, both don't work. Snakemake just keeps making the default container that it uses for creating a batch job and using that instead.
Does this plugin have any way to communicate with ECR?