Hi Everyone, This is my first time using Dagster and Docker both. I am trying to create a base-image for dagster in AWS. Can you please provide me with a sample Dockerfile which is sufficient to create an image which has Dagster and its dependencies installed on it?
My goal is to have an image ready with dagster on it so later anyone can use it as a base image and build whatever they need on top of it.