33
you are viewing a single comment's thread
view the rest of the comments
[-] db0@lemmy.dbzer0.com 3 points 3 days ago
[-] gigachad@sh.itjust.works 12 points 3 days ago

We do geodata science and rely on some pretty specific C++ libraries that are only distributed via conda. While on unix-based systems it's possible to get some of them from other channels or even building them from source, we mostly have Windows machines in production where we are not that flexible. Docker is unfortunately no solution due to security concerns.

If you are asking why I hate it: It's bloated, uses more space than needed and it's rare I can reproduce an environment from the environment file without running into errors. Using it feels unintuitive, I still google command after years. It was very slow until recently, when the libmamba solver was finally integrated. Last but not least licensing is a pain in the ass.

[-] rutrum@lm.paradisus.day 1 points 2 days ago

I've been using micromamba/mamba and not had solving issues like I did with conda. Im glad conda integrated libmamba.

Question: why were docker containers deemed security risks?

[-] nickwitha_k 2 points 1 day ago

If Windows, it requires a VM and currently infosec is not keen on virtualization in the hands of users.

[-] BatmanAoD@programming.dev 3 points 1 day ago

I'm no expert, but isn't running in a VM strictly better than running on raw metal from a security perspective? It's generally more locked down, and breaking out of the virtualization layer requires a separate security breach from gaining access to the running container.

[-] nickwitha_k 2 points 1 day ago

I would think so as well. Possibly it's because a local VM is harder for them to monitor.

[-] gigachad@sh.itjust.works 1 points 2 days ago

Yes, mamba is a huge improvement. Regarding docker I can't really tell you as I'm not an infrastructure guy.

[-] db0@lemmy.dbzer0.com 3 points 3 days ago

Interesting. We use conda via micromamba for my own project, as it makes the install for end-users much easier when they can just run a shell script, to install python, cuda, and all the dependencies needed.

[-] eager_eagle@lemmy.world 2 points 3 days ago

I share the same frustration trying to replicate an environment. I'm glad I can avoid it these days, the community needs a way out of the conda lock-in.

this post was submitted on 30 Sep 2024
33 points (83.7% liked)

Python

6253 readers
10 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS