Skip to content

Releases: docker/model-runner

Docker Model Runner v1.2.1

22 May 11:05
b4ba47b

Choose a tag to compare

What's Changed

🚀 Features

  • Honor registry mirrors for model pulls and backend downloads (#931) @doringeman
  • Add vLLM ROCm Docker variant for AMD GPUs (#917) @dmedovich
  • Add MUSA and OpenVINO support using upstream llama.cpp images (#897)
  • Run daemon and client from a single binary (#900) @areebahmeddd
  • Use official llama.cpp images for Linux (#879)
  • Add ContextSize path from FromDirectory (#895) @sathira10
  • Extract context size (#866) @sathira10

🐛 Bug Fixes

  • Use rm -f to handle missing .py files in llamacpp install (#932)
  • Fix gosec g602 error for make validate-all (#911) @areebahmeddd
  • Use path.Join instead of filepath.Join for tar entry names (#898)
  • Increase timeout for E2E tests to improve stability (#891)
  • Update release workflow to prioritize GitHub Release tags (#890)
  • Optimize latest release tag retrieval in release.yml (#896) @IgnasiBarrera
  • Cap max_tokens in E2E chat helpers to prevent test timeouts (#893)
  • Add path sanitization to prevent directory traversal in downloader (#889) @IgnasiBarrera
  • Pin Python to 3.12 in vLLM and SGLang build stages (#883)

📦 Dependencies

  • Bump llama.cpp to b9209 (#919)
  • Bump llama.cpp to b9174 (#918) @krissetto
  • Bump llama.cpp to b9102 (#908)
  • Bump llama.cpp to b9014 (#901)
  • Bump llama.cpp to b8943 (#885)
  • Bump docker/cagent-action from 1.5.1 to 1.5.3 (#920)
  • Bump docker/cagent-action in the github-actions group (#909)
  • Bump openssl (#904)
  • Bump the go-modules-root group with 4 updates (#886)
  • Bump rustls-webpki (#888)
  • Bump the github-actions group with 2 updates (#887)
  • Bump openssl (#882)

🔧 Maintenance

  • Remove fragile bump-pinata and update-docs jobs from release workflow (#933) @IgnasiBarrera
  • Install vLLM ROCm from upstream wheels (#923) @dmedovich
  • Update vllm install to use --torch-backend auto (#921)
  • Pin golangci-lint version in .versions and read it in CI (#913) @doringeman
  • Declare contents: read on ci/e2e-test/integration-test workflows (#914) @arpitjain799
  • Bump model-runner Go dependency in pinata during release (#881) @IgnasiBarrera

Full Changelog: v1.1.38...v1.2.1

Docker Model Runner v1.1.38

30 Apr 12:37
9df7e71

Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v1.1.37...v1.1.38

Docker Model Runner v1.1.37

21 Apr 14:10
816dd2a

Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: add spirv-headers dependency for Vulkan build (#872) @ilopezluna
  • fix: improve pull resume reliability and progress bar display on retry (#873) @ericcurtin
  • Fix responses goroutine leak (#874) @ilopezluna
  • fix: preserve Range header across registry redirects for resumable pulls (#877) @ilopezluna
  • fix: allow vllm-metal cache dir in macOS sandbox (#876) @ilopezluna
  • fix: keep Python include headers for vllm-metal Metal kernel compilation (#876) @ilopezluna
  • fix: pre-compile vllm-metal paged_ops extension in tarball build (#876) @ilopezluna
  • fix: allow file-map-executable for vllm-metal cache in macOS sandbox (#876) @ilopezluna

📦 Dependencies

🔧 Maintenance

Full Changelog: v1.1.36...v1.1.37

Docker Model Runner v1.1.36

17 Apr 10:28
f64bbf0

Choose a tag to compare

What's Changed

🚀 Features

📦 Dependencies

Full Changelog: v1.1.35...v1.1.36

Docker Model Runner v1.1.35

13 Apr 11:37
159676a

Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

Full Changelog: v1.1.34...v1.1.35

Docker Model Runner v1.1.29

01 Apr 11:22
95247fe

Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: improve error handling and retry logic in pull operations (#795) @ilopezluna

📦 Dependencies

  • chore: bump llama.cpp (https://github.com/ggml-org/llama.cpp/releases/b8580) (#804) @app/github-actions
  • chore(deps): bump github.com/docker/cli from 29.3.0+incompatible to 29.3.1+incompatible in the go-modules-root group (#805) @app/dependabot
  • chore(deps): bump the github-actions group with 2 updates (#806) @app/dependabot
  • chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /demos/embeddings in the npm_and_yarn group across 1 directory (#802) @app/dependabot

🔧 Maintenance

Full Changelog: v1.1.28...v1.1.29

Docker Model Runner v1.1.28

27 Mar 08:13
e81c289

Choose a tag to compare

What's Changed

💥 Breaking Changes

  • Make web search opt-in via --websearch flag on run command (#788) @ericcurtin
    • Web search is now disabled by default and must be explicitly enabled with --websearch. Previously it was enabled by default and could only be disabled via DOCKER_MODEL_NO_WEBSEARCH environment variable.

🐛 Bug Fixes

  • Remove vLLM x86_64 NVIDIA platform warning from pull compat check (#794) @ericcurtin
  • fix(e2e): send SIGINT on teardown to prevent orphan processes (#785) @doringeman

🔧 Maintenance

Full Changelog: v1.1.27...v1.1.28

Docker Model Runner v1.1.25

24 Mar 14:53
ccd3f4b

Choose a tag to compare

What's Changed

🚀 Features

  • add environment variable configuration for Open WebUI to disable auth (#781) @ilopezluna

🐛 Bug Fixes

📦 Dependencies

🔧 Maintenance

Full Changelog: v1.1.24...v1.1.25

Docker Model Runner v1.1.17

20 Mar 16:24
8babe24

Choose a tag to compare

What's Changed

🚀 Features

  • feat(backends): add Uninstall method to Backend interface and uninstall-backend endpoint (#770) @doringeman

Full Changelog: v1.1.16...v1.1.17

Docker Model Runner v1.1.14

18 Mar 14:02
bbabcc4

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(standalone): resolve image LD_LIBRARY_PATH instead of literal shell var (#764) @doringeman

🔧 Maintenance

  • cmd/cli/commands: use local fork of hooks.PrintNextSteps (#763) @thaJeztah

Full Changelog: v1.1.13...v1.1.14