diff --git a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md index 6990bea..c9b38f0 100644 --- a/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md +++ b/01 Projects/sandbox-notebookllamalm-nextjs/Sandbox NotebookLM.md @@ -82,6 +82,10 @@ docker compose logs frontend --tail=50 | 2026-03-15 | Pin python-pptx to 0.6.23 | ## Sessions +### 2026-04-24 – Update models, fix hangs, and dockerize +**Asked:** Update models, fix hangs, and dockerize the project with proper deploy script. +**Done:** Increased error logging context, updated docker-compose.yml, and pushed deploy script changes. + ### 2026-04-24 – Fix Docker Compose healthchecks and deployment **Asked:** Fix Docker Compose healthchecks and deployment script to resolve service startup hangs. **Done:** Updated frontend depends_on condition to service_started and improved healthcheck logic to prevent blocking startup chains. @@ -117,6 +121,7 @@ docker compose logs frontend --tail=50 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | Dockerization and deploy | docker-compose.yml, on_error logging, deploy.sh | docker-compose.yml, scripts/deploy.sh | | 2026-04-24 | Docker deployment | depends_on condition changed to service_started, healthcheck logic improved | docker-compose.yml | | 2026-04-24 | Model/Docker setup | TypeScript errors fixed, deploy script verified | base.py, deploy.sh | | 2026-04-24 | Dockerization setup | Monkey-patch anthropic_modelname_to_contextsize in base.py and utils.py, Show Docker build output in deploy.sh | base.py, utils.py, deploy.sh | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 1cb59ba..80a455d 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -182,3 +182,6 @@ tags: [daily] - 15:01 | `ai_leed` - **Asked:** Asked to add tab creation buttons and tab switching functionality to the interface. - **Done:** Added tab bar configuration with window-show-tab-bar set to always to display tabs. +- 15:03 | `sandbox-notebookllamalm-nextjs` + - **Asked:** Update models, fix hangs, and dockerize the project with proper deploy script. + - **Done:** Increased error logging context, updated docker-compose.yml, and pushed deploy script changes.