fix 1
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Failing after 6m34s
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Failing after 6m34s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user