-
Notifications
You must be signed in to change notification settings - Fork 2
Added Devcontainer #297
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
base: main
Are you sure you want to change the base?
Added Devcontainer #297
Conversation
- this is required to support running pixi in a dev container on a mac with an m-series chip - this adds extra dependencies in the pixi.lock
fix: add linux-aarch64 to pixi platforms; add correct pixi run claude command in docs
|
@krokicki I tried to run this on my dev machine and encountered an error when building the dev container. I have somewhat restrictive permissions on my .claude directory and the container fails to build, because it doesn't have access to that directory. Did you encounter this on your linux box or are you using a setup that has your home directory mounted on a local drive instead of in /groups/*****? |
|
I tried to make a few changes to the dockerfiles, but none of them have made it possible to start up claude using my authentication details from my home directory. |
|
@neomorphic Following up on Slack. |
I'm adding a devcontainer we can use to run a containerized version of Claude (and potentially other AI agents in the future). Please try it out and let me know if you run into any issues.
One thing that isn't working quite right are the UI tests. I installed all the dependencies and it mostly works, but it's still failing one test and it hangs at the end waiting for the browser to close.
I also added a CLAUDE.md that we can iterate on.
@StephanPreibisch @JaneliaSciComp/fileglancer