Pixi DevContainer #600
Replies: 3 comments 4 replies
-
Hey @brad-jones, thanks for your work! To avoid the |
Beta Was this translation helpful? Give feedback.
-
This is great! I've been searching the feature index hoping for pixi to show up 🙂 I noticed that was a TODO on your repo's README, do you think it is ready for publication? I will give it a go! |
Beta Was this translation helpful? Give feedback.
-
Binding the Adding "mounts": ["source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"],
"postCreateCommand": "sudo chown vscode .pixi && pixi install", fixes this issue. See #997 (comment) |
Beta Was this translation helpful? Give feedback.
-
At my day job we have been using devcontainers for a while now but some of our larger projects the devcontainer config has become a bit hard to maintain.
So in my time off I put this together. https://github.com/brad-jones/pixi-devcontainer
My hope is that pixi will help us tame some of the crazy Dockerfiles we have & potentially even allow us to wean off the devcontainer concept altogether & get some performance back.
Anyway let me know what you think.
Probably the only thing I'd love some help with is this bit: features/src/pixi/install.sh#L51-L57
Surely there has to be a better way than the tmux dance I am doing?
Beta Was this translation helpful? Give feedback.
All reactions