-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add devcontainer Docker image #6482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure why this is necessary. Otherwise I get: critical libmamba Operation not permitted: '/opt/conda/conda-meta/history'
Bumping version numbers should work via dependabot.
@@ -1,20 +1,39 @@ | |||
image: ghcr.io/conda/conda-ci:main-linux-python3.9 | |||
image: ghcr.io/maresb/pymc-devcontainer:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use a pymc channel here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but it needs to exist first. To create it, it should be sufficient to merge this, then run the "create devcontainer" GitHub Action (via the workflow dispatch button). Then we can change the channel here.
But this is only needed when changing the dependencies, so for the moment there is no problem to keep my channel.
Is this done? |
"Done" is perhaps too generous. It shouldn't break anything, and it should hopefully move the GitPod situation substantially forward. I think we can squash-merge, try it out, and fix any problems we experience. |
What is this PR about?
Make GitPod (and VS Code) more usable by providing a pre-compiled devcontainer.
Test this via https://gitpod.io/#https://github.com/maresb/pymc
Checklist
Major / Breaking Changes
New features
Bugfixes
Documentation
Maintenance