Skip to content

Commit

Permalink
docker: Upgrade pytorch to 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere authored and d4l3k committed Jul 26, 2023
1 parent 83268d6 commit 1c960e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchx/runtime/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime

WORKDIR /app

Expand Down

0 comments on commit 1c960e1

Please sign in to comment.