Skip to content

Docker Model Runner v1.1.11

Choose a tag to compare

@github-actions github-actions released this 10 Mar 06:51
· 170 commits to main since this release
872302b

What's Changed

πŸš€ Features

  • feat: support vLLM nightly builds via wheels.vllm.ai (#736) @doringeman
    • Install vLLM from wheels.vllm.ai allowing nightly builds and commit-specific versions
    • Bump default vLLM version to 0.17.0 with Qwen3.5 support

πŸ› Bug Fixes

  • fix(cli): resolve infinite loop and output bugs in log merging (#743) @doringeman
    • Fix deadlock when service and engine logs have equal timestamps
    • Add regression tests for log merge scenarios

πŸ”§ Maintenance

  • refactor: remove models-store in favor of default ~/.docker/models (#730) @doringeman
    • Align Makefile with Go code defaults to share model store with Docker Desktop

πŸ“¦ Dependencies

  • chore: bump llama.cpp to b8247 (#739) @github-actions
  • chore(deps): bump the go-modules-root group with 7 updates (#740) @dependabot
    • docker/cli: 29.2.1 β†’ 29.3.0
    • mattn/go-runewidth: 0.0.20 β†’ 0.0.21
    • moby/moby/api: 1.53.0 β†’ 1.54.0
    • moby/moby/client: 0.2.2 β†’ 0.3.0
    • go.opentelemetry.io/otel: 1.40.0 β†’ 1.42.0
    • golang.org/x/sync: 0.19.0 β†’ 0.20.0
    • golang.org/x/sys: 0.41.0 β†’ 0.42.0
  • chore(deps): bump the github-actions group with 6 updates (#741) @dependabot
    • docker/bake-action: 6 β†’ 7
    • docker/setup-buildx-action: 3 β†’ 4
    • docker/setup-docker-action: 4.7.0 β†’ 5.0.0
    • docker/cagent-action: 1.2.4 β†’ 1.2.8
    • docker/login-action: 3.7.0 β†’ 4.0.0
    • docker/build-push-action: 6.19.2 β†’ 7.0.0

Full Changelog: v1.1.10...v1.1.11