hey guys, I have some questions using customized d...
# ask-metaflow
a
hey guys, I have some questions using customized docker image in batch decorator, I built my docker image by following dockerfile and pushed the image to ecr, and added
image=my_image
in step level
batch
decorator, in the run time, I got some errors like
ModuleNotFoundError: No module named 'numpy'
,I am pretty sure I have numpy in dependency.txt, the conda env should be automatically activated, I am not sure why the module in my image is not found. appreciate any hints/insights, here is sample dockerfile
1
👀 1