Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

600 sec timeline for docker build is too short #1549

Closed
SinaChavoshi opened this issue Jun 24, 2019 · 1 comment
Closed

600 sec timeline for docker build is too short #1549

SinaChavoshi opened this issue Jun 24, 2019 · 1 comment

Comments

@SinaChavoshi
Copy link
Contributor

Docker build step is hardcoded to time out at 600s (reference:

timeout (int): the timeout for the image build(in secs), default is 600 seconds
)

This timed out for a common build environment.

@SinaChavoshi
Copy link
Contributor Author

additionally it is not obvious to the user what happened when they hit this time out as the process successfully completes (looking at last line ). It may make sense to add the timeout setting as an optional field.

magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
…ubeflow#1549)

* prevents file directory from becoming a file

* updated gcs test file to be within the model directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants