Modified devcontainer and docker build to work on codespaces #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I used copilot (claude) to update the devcontainers and rebuild the docker file to be compatible with codespaces.
Not sure this PR will really work globally - it hard codes the ollama installation. Also, when running in codespaces, you need to run ollama serve in a separate terminal before pixi run start, the ollama initialization script in pixi run start doesn't work.
I also added the marimo session folders to the .gitignore for obvious reasons. (marimo/ is created if you forget to cd into notebooks or specify the notebooks path before trying to run the tutorials, otherwise it's in notebooks/marimo/.)
Not really sure why it thinks there's a one-line diff on 01_simple_bot.py - visual inspection was unenlightening.