Skip to content

Commit db79779

Browse files
committed
tweak ci container
Signed-off-by: Hao Wu <skyw@nvidia.com>
1 parent 6d22441 commit db79779

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile.ci

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ENV PIP_CONSTRAINT=""
1818
# Install uv and python
1919
ARG UV_VERSION=0.7.2
2020
ENV PATH="/root/.local/bin:$PATH"
21-
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
21+
RUN apt update \
22+
&& apt install -y curl \
23+
&& curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
2224

2325
ENV UV_PROJECT_ENVIRONMENT=/opt/venv
2426
ENV PATH="$UV_PROJECT_ENVIRONMENT/bin:$PATH"

0 commit comments

Comments
 (0)