GeroVanMi / algorithmic-quartet-mlops

A showcase Machine Learning Operations (MLOps) Project.
0 stars 1 forks source link

Reduce Docker Image build time #33

Closed GeroVanMi closed 4 months ago

GeroVanMi commented 4 months ago

The Docker image takes a long time to build (>15 minutes). A large portion of this comes down to the python libraries, especially the pytorch dependencies!

We need to find some way to reduce this to a reasonable duration.

GeroVanMi commented 4 months ago

Nevermind, we'll ditch the Docker image. It's too expensive and a hassle to deal with.