Skip to content

Commit

Permalink
Update paynt-learner.dockerfile
Browse files Browse the repository at this point in the history
Additional dependencies with specific versions
  • Loading branch information
marisgg authored Dec 4, 2023
1 parent 7da363f commit d184faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paynt-learner.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG paynt_base=randriu/paynt:ci
FROM $paynt_base

RUN pip install torch
RUN pip install torch==2.1.*

RUN pip install ipykernel joblib tensorboard einops
RUN pip install ipykernel joblib tensorboard==2.15.* einops==0.7.* gym==0.22.* pygame==2.5.*

0 comments on commit d184faa

Please sign in to comment.