Skip to content

Commit

Permalink
update nvidia.dockerfile to include setuptools upgrade as a quick fix…
Browse files Browse the repository at this point in the history
… for known issue

fixes pypa/setuptools#4483
  • Loading branch information
marc-hanheide committed Jan 6, 2025
1 parent 593c44f commit 28186b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvidia.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ ENV PATH="${HOME}/.local/venv/bin:$PATH"
COPY --chown=ros:ros requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt && \
rm /tmp/requirements.txt
# needed as quick fix for https://github.com/pypa/setuptools/issues/4483
RUN pip install -U setuptools[core]

USER root
COPY .gi? /tmp/gittemp/.git
Expand Down

0 comments on commit 28186b5

Please sign in to comment.