Skip to content

Commit

Permalink
Modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Dec 30, 2024
1 parent 0963eb4 commit 45ecb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-ray-node
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir /function_data && chown 1000:1000 /function_data
COPY client ./qs
WORKDIR /qs

# Need versions of pip/setuptools more recent than provided by UBI image
# Need versions of pip more recent than provided by UBI image
RUN python3.11 -m ensurepip --upgrade

RUN pip install --upgrade --no-cache-dir pip>=24.2
Expand Down

0 comments on commit 45ecb23

Please sign in to comment.