🛠️ Tweak internal CI actions, add --no-cache-dir at Dockfile files#52
Merged
tiangolo merged 3 commits intofastapi:mainfrom Jul 28, 2023
Merged
🛠️ Tweak internal CI actions, add --no-cache-dir at Dockfile files#52tiangolo merged 3 commits intofastapi:mainfrom
--no-cache-dir at Dockfile files#52tiangolo merged 3 commits intofastapi:mainfrom
Conversation
Contributor
|
📝 Docs preview for commit 5116380 at: https://636661d515da5d6ba2e2a75f--asyncer.netlify.app |
Contributor
|
📝 Docs preview for commit 7bfa089 at: https://639cfbd958063717942345d2--asyncer.netlify.app |
--no-cache-dir arg. at Dockfile files--no-cache-dir at Dockfile files
Member
|
Makes sense, thanks @realFranco! 🚀 |
Contributor
|
📝 Docs preview for commit 527a15b at: https://64c3c43ea5096d7837f67a46--asyncer.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a
--no-cache-dirtag into thepip installcommand in order to reduce the resulting container size, also at this particular time, thedockercontainers do not make use of the cache directory on next execution layers, so there is no reason to create it.See: hadolint/DL3042