lets see if uv able to get pre-built to speed up builds
This commit is contained in:
parent
e7614b8ebf
commit
d84096c1c8
1 changed files with 2 additions and 3 deletions
|
|
@ -17,9 +17,8 @@ ENV UV_CACHE_DIR=/root/.cache/uv
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Install build dependencies and uv
|
# Install build dependencies and uv
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
# RUN apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libssl-dev curl ca-certificates pkg-config && pip install --no-cache-dir uv
|
||||||
build-essential libffi-dev libssl-dev curl ca-certificates pkg-config \
|
RUN pip install --no-cache-dir uv
|
||||||
&& pip install --no-cache-dir uv
|
|
||||||
|
|
||||||
WORKDIR /opt/
|
WORKDIR /opt/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue