From 18e2dcd592d74d06cca2847f959722365fd2c778 Mon Sep 17 00:00:00 2001 From: drholy Date: Tue, 3 Feb 2026 20:45:55 +0700 Subject: [PATCH] fix 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c0e1f5..2f93307 100755 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ WORKDIR /app # Кэшируем установку зависимостей Python COPY requirements.txt . RUN pip install --upgrade pip && \ - pip install setuptools wheel \ + pip install setuptools wheel && \ pip install --no-cache-dir -r requirements.txt # Сборка RKLLM runtime