dagster-cloud icon indicating copy to clipboard operation
dagster-cloud copied to clipboard

Add no-cache option to serverless deploy

Open jayhale opened this issue 1 year ago • 0 comments

Docker defaults to using cached layers during dagster-cloud serverless deploy. The generated dockerfile is not composed in a way to trigger layer updates when code changes (e.g., when pinning new versions in a setup.py).

I'd like to be able to prevent the use of cached layers (e.g., docker build --no-cache), perhaps with a similar --no-cache flag for the deploy command.

jayhale avatar Apr 10 '23 02:04 jayhale