Skip to content

Commit

Permalink
fix: increase timeoutin pull docker images to 15 min becouse of large…
Browse files Browse the repository at this point in the history
… images
  • Loading branch information
antidodo committed Jun 29, 2023
1 parent b985955 commit 7952af0
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 @@ -107,7 +107,7 @@ def get_train_image_info():

@task()
def pull_docker_image(train_state):
client = docker.from_env()
client = docker.from_env(timeout=900)

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

0 comments on commit 7952af0

Please sign in to comment.