09e9f3545f
CodeQL / Analyze (push) Waiting to run
dependency-audit / pip-audit (push) Waiting to run
Test / Code Quality (push) Has been cancelled
Test / Test (macos-latest, Python 3.10) (push) Has been cancelled
Test / Test (macos-latest, Python 3.11) (push) Has been cancelled
Test / Test (macos-latest, Python 3.12) (push) Has been cancelled
Test / Test (macos-latest, Python 3.13) (push) Has been cancelled
Test / Test (macos-latest, Python 3.14) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.10) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.11) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.12) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.13) (push) Has been cancelled
Test / Test (ubuntu-latest, Python 3.14) (push) Has been cancelled
Test / Test (windows-latest, Python 3.10) (push) Has been cancelled
Test / Test (windows-latest, Python 3.11) (push) Has been cancelled
Test / Test (windows-latest, Python 3.12) (push) Has been cancelled
Test / Test (windows-latest, Python 3.13) (push) Has been cancelled
Test / Test (windows-latest, Python 3.14) (push) Has been cancelled
15 lines
598 B
YAML
15 lines
598 B
YAML
# Override: build the notebooklm-mcp image from THIS checkout instead of pulling
|
|
# the published one. Layered on top of docker-compose.yml by `make dev`. Raw:
|
|
# docker compose -f docker-compose.yml -f docker-compose.build.yml \
|
|
# --profile cloudflare up -d --build
|
|
#
|
|
# The build context is the repo root so the image installs this source tree.
|
|
services:
|
|
notebooklm-mcp:
|
|
build:
|
|
context: ..
|
|
dockerfile: deploy/Dockerfile
|
|
# To build from a published PyPI release instead of this checkout:
|
|
# args:
|
|
# NOTEBOOKLM_SPEC: "notebooklm-py[mcp,headless]==<version>"
|