Skip to content

Commit 8a89f03

Browse files
authored
Update create_operator.py
Added skip-docker-build argument to allow skipping building generated dockerfile.
1 parent 7ca1659 commit 8a89f03

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/c3/create_operator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ def main():
482482
help='Select image platform, default is linux/amd64. Alternativly, select linux/arm64".')
483483
parser.add_argument('--image_version', type=str, default='python3.12',
484484
help='Select python or R version (defaults to python3.12).')
485+
parser.add_argument('--skip-docker-build', action='store_true',
486+
help='Enable skipping docker build (default: False).')
485487

486488
args = parser.parse_args()
487489

0 commit comments

Comments
 (0)