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

runner/live: Cleanup dockerfiles #265

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Conversation

victorges
Copy link
Member

Several simplifications made.

  • Removed duplciate python install
  • Removed NVIDIA packages that already come in base image (or actually should be host only)
  • Removed intermediate multimedia image and kept only base
  • Moved python installation to the streamdiffusion image (each pipeline has their own)
  • Made the live-apps image a little more configurable, it will be reused on top of different pipelines
  • Probably more stuff

Actual image size didn't reduce much, from 27.4GB to 27.1GB (yeah streamdiffusion is huge and maybe it's downloading models), but I think it will be much easier to work with these now. Also removed all the redundant installations I could find.

victorges and others added 2 commits November 6, 2024 17:51
Several simplifications made.
- Removed duplciate python install
- Removed NVIDIA packages that already come in base image (or actually should be host only)
- Removed intermediate multimedia image and kept only base
- Moved python installation to the streamdiffusion image (each pipeline has their own)
- Made the live-apps image a little more configurable, it will be reused on top of different pipelines
- Probably more stuff
Also templatize it by pipeline and port to make it easy to run other
pipes
Copy link
Contributor

@j0sh j0sh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🇮🇹

@victorges victorges merged commit 63a743e into main Nov 6, 2024
4 checks passed
@victorges victorges deleted the vg/chore/rt-docker-cleanup branch November 6, 2024 19:19
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

Successfully merging this pull request may close these issues.

2 participants