Skip to content

Commit

Permalink
tmp fix nas deps issue (#1896)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Jul 3, 2024
1 parent 63b2912 commit b9e73f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \

RUN ln -sf $(which python3) /usr/bin/python

RUN python -m pip --no-cache-dir install --upgrade pip
RUN python -m pip install pip==24.0
RUN python -m pip install --no-cache-dir setuptools

RUN pip list
Expand Down

0 comments on commit b9e73f5

Please sign in to comment.