Skip to content

Commit

Permalink
Update paynt-learner.dockerfile
Browse files Browse the repository at this point in the history
Add a dedicated WORKDIR to the Dockerfile
  • Loading branch information
marisgg authored Feb 19, 2024
1 parent 8aab0e1 commit b47b455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paynt-learner.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ FROM $paynt_base
RUN pip install torch==2.1.*

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

WORKDIR /opt/learning

0 comments on commit b47b455

Please sign in to comment.