[AMD] Update compatible packaging version (#19309)

Signed-off-by: pramkuma <Pramendra.Kumar@amd.com>
This commit is contained in:
pramenku
2025-06-07 18:25:09 +05:30
committed by GitHub
parent 4e4f63ad45
commit 88be823d57
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ RUN apt-get update -q -y && apt-get install -q -y \
sqlite3 libsqlite3-dev libfmt-dev libmsgpack-dev libsuitesparse-dev \
apt-transport-https ca-certificates wget curl
# Remove sccache
RUN python3 -m pip install --upgrade pip && pip install setuptools_scm
RUN python3 -m pip install --upgrade pip
RUN apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f "$(which sccache)"
ARG COMMON_WORKDIR
WORKDIR ${COMMON_WORKDIR}