• randon31415@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    Is this the program that open source people use to install all the random depencies that their program needs to work? The one that people tell me to use when I complain about git bash pico sudo pytorch Install commands?

    Or did another company copy their name?

    • gencha@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 days ago

      Not having to install dependencies is a benefit of containers and their images. That’s a pretty big thing to miss. Maybe give it a closer look.

    • gsfraley@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 days ago

      I mean, they’re one implementor of about 10 that provide the same container standard. It sucks that they were first so their name is now synonymous with containers a la Kleenex, but the technology itself is standard, very open and ubiquitous, and a huge step forward in simplifying deployments that would otherwise be too complex to reasonably handle.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 days ago

        But it does in a lot of cases. At work, we use Docker images to bundle our dependencies for each microservice, and at home, I use Docker images for the same reason on my self-hosted repos. It’s fantastic for running servers in a sandbox so you don’t have to worry about what dependencies the host has.

        But perhaps OP is talking about flatpaks instead.