Skip to content

Commit

Permalink
fix: increace timeout for docker clilent in puch_train_image for larg…
Browse files Browse the repository at this point in the history
…er images
  • Loading branch information
antidodo committed Nov 16, 2023
1 parent c62dde9 commit 3ea40ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/DAG_PHT_run_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def post_run_protocol(train_state):

@task()
def push_train_image(train_state):
client = docker.from_env()
client = docker.from_env(timeout = 1200)

registry_address = os.getenv("HARBOR_URL").split("//")[-1]

Expand Down

0 comments on commit 3ea40ac

Please sign in to comment.