Setup and Dependencies
Setup and Dependencies¶
Building and Running the Docker Container¶
- Go to the top of the repo
> cd $GIT_ROOT/tutorial_langgraph - Build the thin environment
> ./dev_scripts_tutorial_langgraph/thin_client/setenv.sh - Activate virtual environment:
> source dev_scripts_tutorial_langgraph/thin_client/setenv.sh - Build Docker Image:
> i docker_build_local_image --version 1.1.0 - Run Container:
> i docker_bash --skip-pull --stage local --version 1.1.0 - Launch Jupyter Notebook:
> i docker_jupyter --skip-pull --stage local --version 1.1.0 -d
Changelog¶
- 2026-03-01: Initial release