Skip to content

Commit

Permalink
Dockerfile.rocm.ubi: add setuptools-scm build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Sep 26, 2024
1 parent 18d7da7 commit 56fdd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache \
--mount=type=cache,target=/root/.cache/pip \
--mount=type=cache,target=/root/.cache/uv \
uv pip install -v -U \
ninja "cmake>=3.26" packaging && \
ninja setuptools-scm>=8 "cmake>=3.26" packaging && \
python3 setup.py bdist_wheel --dist-dir=dist

##################################################################################################
Expand Down

0 comments on commit 56fdd53

Please sign in to comment.