you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (1 child)

Damn. Poetry alone takes 5 minutes in Docker rebuilds? That's good to know.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    It does for us, ymmv. pip wasn't that much faster, so the version resolution isn't our main bottleneck, we just have a lot of packages (like 30 direct deps, and they have their own deps; seems like ~140 packages in our biggest microservice).

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)
  • [–] 1 point 2 years ago (1 child)

    Well, I don't need to reinstall deps very often, like every 2 weeks at most. My regular workflow is like a 5s restart of the container, and that's if something breaks with the auto-reload.

    But I still wouldn't say no to some speed improvements. It's way better than our FE codebase, which takes way longer.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)
  • [–] 1 point 2 years ago (1 child)