Micromamba-based VS Code devcontainer #176
maresb
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Looking good! On line 21 you copy the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/maresb/micromamba-devcontainer
I made this devcontainer image based on Micromamba-Docker. It makes it easy and efficient to bootstrap a Conda environment without having a predetermined Python version. It also sets up Docker-from-Docker, and includes many small helpful features like being preconfigured in case one installs pre-commit or uses a
.git-blame-ignore-revs
file.It required a lot of tinkering to get Git and Docker-from-Docker running to my satisfaction, and I've found it invaluable for managing the development environments for myself and my collaborators. It's a work-in-progress, but I think it's now mature enough to share, and I'm very interested to hear any feedback, critical or otherwise. I hope some people find it useful!
Beta Was this translation helpful? Give feedback.
All reactions