Hey, I’m trying for the first time to use a custom...
# ask-metaflow
b
Hey, I’m trying for the first time to use a custom docker image to run data through a specific function that sits inside the image and get the functions results. I want to: 1. first step will be fetching the data 2. run through the image function and return the results 3. Do something with the results. I mostly need help with step number 2. How should I approach this?
1