Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Data Harvesting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmholtz Metadata Collaboration
HMC Public
unHIDE
Data Harvesting
Merge requests
!46
upgrade prefect version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
upgrade prefect version
15-prefect-2-16-9-crashes-on-prefect-config-cli-commands
into
dev
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
Stefan Dvoretskii
requested to merge
15-prefect-2-16-9-crashes-on-prefect-config-cli-commands
into
dev
7 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#15
0
0
Merge request reports
Compare
dev
dev (HEAD)
and
latest version
latest version
f07ccb6a
1 commit,
7 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
prefect-server/Dockerfile
+
1
−
1
Options
@@ -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