You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 asetup.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 thedeploy
command.The text was updated successfully, but these errors were encountered: