Skip to content

Commit

Permalink
Added Dockerfile for ray dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Nov 11, 2024
1 parent 045fd28 commit 7d160a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM rayproject/ray:latest-py310
RUN pip install torch==2.5.1 gymnasium numpy==1.24.3 ray[rllib]

0 comments on commit 7d160a6

Please sign in to comment.