Skip to content

cli==0.1.49

Choose a tag to compare

@github-actions github-actions released this 18 Jul 17:06

langgraph-cli 0.1.49

Summary of Changes

  • Added a new CLI command dockerfile to generate a Dockerfile for langgraph API server
  • Improved Docker image generation with optimizations for smaller images and cleaner Dockerfile output

Detailed Changes

CLI Commands

  • Added new dockerfile command that allows users to generate a Dockerfile for the langgraph API server. Users can specify a save path and configuration file to create a customized Dockerfile.

Configuration

  • Enhanced config_to_docker function with Docker build optimizations:
    • Added PYTHONDONTWRITEBYTECODE=1 flag to prevent creation of .pyc files
    • Added --no-cache-dir flag to pip install commands to reduce Docker image size
    • Improved Dockerfile generation with cleaner formatting and organization of install instructions
    • Consolidated separate installation sections into a more streamlined structure