Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no-cache option to serverless deploy #12

Open
jayhale opened this issue Apr 10, 2023 · 0 comments
Open

Add no-cache option to serverless deploy #12

jayhale opened this issue Apr 10, 2023 · 0 comments

Comments

@jayhale
Copy link

jayhale commented Apr 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant