Loading dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install uv RUN pip install --no-cache-dir uv RUN pip install --no-cache-dir uv setuptools-scm[simple]>=8 WORKDIR /app COPY pyproject.toml uv.lock .python-version ./ Loading Loading
dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install uv RUN pip install --no-cache-dir uv RUN pip install --no-cache-dir uv setuptools-scm[simple]>=8 WORKDIR /app COPY pyproject.toml uv.lock .python-version ./ Loading