mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
docker way to install uv
This commit is contained in:
parent
1fe887a71e
commit
6ddfa7784d
@ -18,7 +18,8 @@ WORKDIR /app
|
||||
RUN apt update &&\
|
||||
apt install -y --no-install-recommends --no-install-suggests xauth xvfb scrot wget chromium chromium-driver
|
||||
|
||||
RUN wget -qO- https://astral.sh/uv/install.sh | sh
|
||||
ADD https://astral.sh/uv/install.sh install.sh
|
||||
RUN sh install.sh
|
||||
COPY pyproject.toml uv.lock ./
|
||||
RUN uv sync
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user