fix 1
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Failing after 6m34s

This commit is contained in:
2026-02-03 20:45:55 +07:00
parent 5a779f44a9
commit 18e2dcd592

View File

@@ -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