Hi I m trying to find a default docker image to ru...
# ask-metaflow
b
Hi I m trying to find a default docker image to run some flows on AWS , I wonder if there is an aws provided docker image that comes with metaflow dependencies ?
1
c
try
public.ecr.aws/docker/library/python:3.10-bullseye
. Of course, you'll still need to install metaflow and whatever else you want
b
I already used python:3.10 image , just wondered if there is a way to get a public image with python SDK and metalowflow dependecies
a
@big-tomato-89531 you can use any arbitrary python image. the dependencies are installed on the fly when the task executes.