Skip to content

Commit

Permalink
Merge pull request #421 from mystic-ai/ph/pc-1034-docker-upload-timeout
Browse files Browse the repository at this point in the history
Timeout increase on docker socket
  • Loading branch information
paulcjh authored Mar 6, 2024
2 parents 5f15958 + 01d8ee7 commit f5d1d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline/console/container/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def _push_container(namespace: Namespace):
else pipeline_config.pipeline_name
)

docker_client = docker.from_env()
docker_client = docker.from_env(timeout=300)

registry_info = http.get(endpoint="/v4/registry")
registry_info = registry_schemas.RegistryInformation.parse_raw(registry_info.text)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pipeline-ai"
version = "2.0.21"
version = "2.0.22"
description = "Pipelines for machine learning workloads."
authors = [
"Paul Hetherington <ph@mystic.ai>",
Expand Down

0 comments on commit f5d1d7f

Please sign in to comment.