docs: align notebook provider selection and docker build troubleshooting#253
Draft
cursor[bot] wants to merge 1 commit intomainfrom
Draft
docs: align notebook provider selection and docker build troubleshooting#253cursor[bot] wants to merge 1 commit intomainfrom
cursor[bot] wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Raymond DePalma <depalmar@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Align documentation with recently changed notebook provider-selection behavior and Docker build constraints so setup and troubleshooting match current source behavior.
Type of Change
Related Issues
Fixes #(issue number)
Changes Made
docs/guides/colab-guide.mdwith the verified provider auto-selection order used in current notebooks (ANTHROPIC_API_KEY→OPENAI_API_KEY→GOOGLE_API_KEY→ local Ollama).No LLM provider configured...todocs/guides/troubleshooting-guide.md, including Colab secret setup and Ollama fallback checks.docker/README.mdwith current build stability constraints fromdocker/Dockerfile(base digest pin,unicorn==2.0.1.post1compatibility withangr, temporaryssdeepexclusion) plus rebuild/recovery steps.docs/guides/troubleshooting-guide.mdwith concrete recovery commands and pin-verification checks.Testing
Describe how you tested your changes:
pytest tests/successfullydocker-compose run testManual validation performed:
notebooks/lab15_llm_log_analysis.ipynb.docker/Dockerfile.python3 -m pytest tests/test_curriculum_integrity.py -v, butpytestis unavailable in this execution environment (No module named pytest).Checklist
Learning Impact (for lab changes)
If this PR affects labs, describe:
Screenshots (if applicable)
Add screenshots to help explain your changes.