Bowen Liang
4 months ago
No account linked to committer's email address
|
|
|
|
|
|
|
|
uv-version: |
|
|
uv-version: |
|
|
description: UV version to set up |
|
|
description: UV version to set up |
|
|
required: true |
|
|
required: true |
|
|
default: '0.6.14' |
|
|
|
|
|
|
|
|
default: '~=0.7.11' |
|
|
uv-lockfile: |
|
|
uv-lockfile: |
|
|
description: Path to the UV lockfile to restore cache from |
|
|
description: Path to the UV lockfile to restore cache from |
|
|
required: true |
|
|
required: true |
|
|
|
|
|
|
|
|
WORKDIR /app/api |
|
|
WORKDIR /app/api |
|
|
|
|
|
|
|
|
# Install uv |
|
|
# Install uv |
|
|
ENV UV_VERSION=0.6.14 |
|
|
|
|
|
|
|
|
ENV UV_VERSION=0.7.11 |
|
|
|
|
|
|
|
|
RUN pip install --no-cache-dir uv==${UV_VERSION} |
|
|
RUN pip install --no-cache-dir uv==${UV_VERSION} |
|
|
|
|
|
|