Skip to content

Commit

Permalink
build: unpin setuptools (#3676)
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <[email protected]>
  • Loading branch information
quic-kyunggeu authored Dec 19, 2024
1 parent 0039fb5 commit 5df31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/fast-release/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN update-alternatives --set python3 /usr/bin/python${PYTHON_VERSION}
# Upgrade Python3 pip and install some more packages
RUN python3 -m pip --no-cache-dir install --upgrade \
pip \
setuptools==49.4.0 \
setuptools \
wheel

# Ubuntu packages for pytorch aimet
Expand Down

0 comments on commit 5df31dc

Please sign in to comment.