Skip to content

Commit

Permalink
Release dpt-core v4.0.4
Browse files Browse the repository at this point in the history
Adapt for changes in Prefect flow
  • Loading branch information
olivergoetze committed Sep 23, 2024
1 parent 08a85d8 commit ea6f8ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ RUN pip install python-dotenv lxml requests loguru validify pandas pygtail
RUN pip install fuzzywuzzy python-Levenshtein langcodes[data] openpyxl Pillow

# clone DPT Core Git repository
RUN git clone https://github.com/olivergoetze/dpt-core.git dpt_core
RUN mkdir /opt/dpt_core
RUN git clone https://github.com/olivergoetze/dpt-core.git /opt/dpt_core

RUN mkdir /opt/temp_dir
RUN mkdir /opt/working_dir

RUN mkdir /.prefect
RUN chgrp -R 0 /.prefect && \
Expand Down

0 comments on commit ea6f8ac

Please sign in to comment.