Closed Gautam-Rajeev closed 10 months ago
Hi! Mandatory Details - The following details essential to submit tickets to C4GT Community Program are missing. Please add them!
Please update the ticket
I tried first hand on this and tried to build an image by using anibali/docker-pytorch
but then the new image size went up to 16 GB
and whereas current docker image size is 3.04 GB
on checking the current docker image size dependencies I found this
which does not match with mentioned site packages in #44
@GautamR-Samagra @ChakshuGautam would like to work on this issue, LMK if I am missing something
@GautamR-Samagra @ChakshuGautam I understand the basics of docker & packaged a couple of my projects. Am I correct in assuming that the idea here is to do multi-stage or distro-less builds to reduce the image size? I mean, basically, remove all the unnecessary dependencies that come bundled with base OS like Ubuntu etc.?
Description
Reduce the Docker image size of the ai-tools repository by optimizing the Dockerfile and dependencies.
Goals
anibali/docker-pytorch
for the Dockerfile.Expected Outcome
The Docker image for the ai-tools repository should have a reduced size while still maintaining all the necessary dependencies and configurations.
Acceptance Criteria
Implementation Details
Mockups / Wireframes
Project
[AI-tools]
Organization Name:
[Samagra]
Domain
[Social Welfare]
Tech Skills Needed:
[Docker, Python, Poetry]
Mentor(s)
[@ChakshuGautam]
Complexity
[Medium]
Category
[CI/CD]
Sub Category
[Docker, Dependency Management]