Skip to content
Snippets Groups Projects

upgrade prefect version

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,7 +8,7 @@ ENV TZ=Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# install prefect, use same version in pyproject.toml
RUN pip install prefect==2.16.9 prefect-gitlab
RUN pip install prefect==2.20.2 prefect-gitlab
RUN prefect config set PREFECT_API_URL=http://0.0.0.0:4200/api
RUN prefect config set PREFECT_LOGGING_LEVEL=DEBUG
Loading