github-actions[bot] commited on
Commit
2f527e1
·
1 Parent(s): 58e5ff2

deploy: 2a990e7 — 更新 Dockerfile.huggingface

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. Dockerfile.huggingface +1 -1
Dockerfile CHANGED
@@ -55,7 +55,7 @@ FROM python:3.11-slim
55
  # docker-compose.yml: ghcr.io/berriai/litellm:main-v1.81.14-stable
56
  # → PyPI package: litellm==1.81.14
57
  # To upgrade: change both this ARG and the docker-compose image tag together.
58
- ARG LITELLM_VERSION=1.81.14
59
 
60
  # ── System deps ───────────────────────────────────────────────────────────────
61
  # build-essential (make + g++) is required as a fallback compilation path for
 
55
  # docker-compose.yml: ghcr.io/berriai/litellm:main-v1.81.14-stable
56
  # → PyPI package: litellm==1.81.14
57
  # To upgrade: change both this ARG and the docker-compose image tag together.
58
+ ARG LITELLM_VERSION=1.50.4
59
 
60
  # ── System deps ───────────────────────────────────────────────────────────────
61
  # build-essential (make + g++) is required as a fallback compilation path for
Dockerfile.huggingface CHANGED
@@ -55,7 +55,7 @@ FROM python:3.11-slim
55
  # docker-compose.yml: ghcr.io/berriai/litellm:main-v1.81.14-stable
56
  # → PyPI package: litellm==1.81.14
57
  # To upgrade: change both this ARG and the docker-compose image tag together.
58
- ARG LITELLM_VERSION=1.81.14
59
 
60
  # ── System deps ───────────────────────────────────────────────────────────────
61
  # build-essential (make + g++) is required as a fallback compilation path for
 
55
  # docker-compose.yml: ghcr.io/berriai/litellm:main-v1.81.14-stable
56
  # → PyPI package: litellm==1.81.14
57
  # To upgrade: change both this ARG and the docker-compose image tag together.
58
+ ARG LITELLM_VERSION=1.50.4
59
 
60
  # ── System deps ───────────────────────────────────────────────────────────────
61
  # build-essential (make + g++) is required as a fallback compilation path for