uv 0.5.14 (#33)

* uv 0.5.14

* Update requirements

---------

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2025-01-03 09:41:36 +03:00
committed by GitHub
parent bb857c43c2
commit 0c4f496270
4 changed files with 114 additions and 124 deletions

View File

@@ -21,7 +21,7 @@ RUN addgroup --system ${GROUPNAME} \
WORKDIR ${WORKDIR_PATH}
# Копируем uv чрезвычайно быстрый менеджер пакетов и проектов Python
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /uvx /bin/
# Создаем виртуальное окружение и настраиваем PATH
RUN uv venv ${VENV_PATH}