fix 3
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 7m16s
All checks were successful
Build, Push and Redeploy Docker Image / build-and-push (push) Successful in 7m16s
This commit is contained in:
@@ -40,7 +40,7 @@ RUN git clone --depth 1 https://git.byte-mate.ru/drholy/ezrknn-llm /tmp/rkllm-bu
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
# Копируем приложение (исключая кэш и модели)
|
||||
COPY . .
|
||||
COPY app/ .
|
||||
|
||||
# Исключаем модели из образа — монтируем как volume при запуске
|
||||
RUN rm -rf /app/models/* 2>/dev/null || true && \
|
||||
|
||||
Reference in New Issue
Block a user