https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Anupriya Kaushik

03/29/2022, 2:25 PM
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.
j

johann

03/29/2022, 2:52 PM
a

Anupriya Kaushik

03/29/2022, 3:07 PM
@johann Hi Johann, I saw that but it is asking to 1. include the repo.py and workspace.py. Should I just create empty files with these names or do I need to add my actual pipeline code in it. 2. it also want a dagster.yaml to configure the dagster instance which is configuring postgres instance details and I don't want that.
j

johann

03/29/2022, 3:22 PM
You could modify it to not load those files, then mount them in at runtime
a

Anupriya Kaushik

03/29/2022, 3:27 PM
okay, let me try. Thanks