Skip to content

Commit

Permalink
Stick to NumPy < 2.0.0 for user-space compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Jul 2, 2024
1 parent 5dd865d commit a30a5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/runtime/ray/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RUN yum install -y \

# Install Ray
RUN python3 -m pip install --no-cache-dir -U pip \
'numpy<2.0.0' \
'ray[all]==2.23.0'

# Restore user workspace
Expand Down

0 comments on commit a30a5da

Please sign in to comment.