Skip to content

Commit bbe6005

Browse files
authored
ci: Test latest uv and no build group first install (#1117)
* Test latest uv and no build group first install Signed-off-by: Dong Hyuk Chang <[email protected]> * Pin latest version Signed-off-by: Dong Hyuk Chang <[email protected]> --------- Signed-off-by: Dong Hyuk Chang <[email protected]>
1 parent dc93a5a commit bbe6005

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4646
WORKDIR /opt
4747

4848
# Install uv
49-
ENV UV_VERSION="0.7.2"
49+
ENV UV_VERSION="0.8.22"
5050
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
5151
ENV PATH="/root/.local/bin:$PATH"
5252
ENV UV_PROJECT_ENVIRONMENT=/opt/venv
@@ -76,7 +76,6 @@ RUN git clone https://github.com/OpenGVLab/InternVideo.git && \
7676
# Install Curator
7777
COPY . /opt/Curator
7878
RUN cd /opt/Curator && \
79-
uv sync --locked --only-group build && \
8079
uv sync --link-mode copy --locked --extra all --all-groups && \
8180
uv add /opt/InternVideo/InternVideo2/multi_modality && \
8281
uv cache prune && \

0 commit comments

Comments
 (0)