We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcbd67 commit f8ddae0Copy full SHA for f8ddae0
.circleci/config.yml
@@ -67,6 +67,7 @@ jobs:
67
- setup_buildkit_builder
68
- run:
69
name: Build and push python image
70
+ no_output_timeout: 60m # building Python can take a while, default timeout is 10m
71
command: |
72
REPOSITORY="deepnote/python"
73
TAG="${PYTHON_VERSION}"
0 commit comments