-
Notifications
You must be signed in to change notification settings - Fork 49
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
fix: Remove uv cache from docker image #158
fix: Remove uv cache from docker image #158
Conversation
Looks like we've got some issues with our CI that should be fixed by #159. Once that's merged, I'll resync this branch with master and hopefully CI will turn green. |
It looks like the there are still build issues, build script has problems with the new line between the tags in |
e541f71
to
765abba
Compare
This makes the docker image about 25% smaller (~800MB).
765abba
to
13d39df
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filesContinue to review full report in Codecov by Sentry.
|
c9965bd
to
6c3f04e
Compare
The new lines are causing problem in `docker image save` where the second tags run on a separate line and that command does not exist.
6c3f04e
to
8de0018
Compare
Yet another update. I trying to fix the problems with the |
@daha thanks for figuring out the CI issue - seemed like a tricky one |
This makes the docker image about 25% smaller (~800MB).
Before the change the image is about 3.08GB, reported by
docker images
and with the change is is about 2.27GB.Fixes #157