dagster-cloud
dagster-cloud copied to clipboard
Add no-cache option to serverless deploy
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.