Skip to content

Commit

Permalink
added version for ray
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Nov 18, 2024
1 parent a5df29c commit 4d2d0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ray
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM rayproject/ray:latest-py310

# Install dependencies in a single layer to keep it cached
RUN pip install torch==2.5.1 gymnasium numpy==1.24.3 ray[rllib] pyzmq
RUN pip install torch==2.5.1 gymnasium numpy==1.24.3 ray[rllib]==2.38.0 pyzmq

# Copy the entire roboteam root folder (including the roboteam_ai and roboteam_networking folders)
COPY roboteam_ai /roboteam/roboteam_ai
Expand Down

0 comments on commit 4d2d0d3

Please sign in to comment.