Skip to content

Commit

Permalink
Fix linter in ray-node image (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored Aug 9, 2024
1 parent 960e051 commit c9ac30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-ray-node
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WORKDIR /qs
# Need versions of pip/setuptools more recent than provided by UBI image
RUN python3.11 -m ensurepip --upgrade

# hadolint ignore=DL3013
RUN pip install --upgrade --no-cache-dir pip>=24.2 &&\
pip install --upgrade --no-cache-dir setuptools>=72.1.0

Expand Down

0 comments on commit c9ac30c

Please sign in to comment.