Skip to content

Commit

Permalink
updated pytorch to 2.2
Browse files Browse the repository at this point in the history
updated to pytorch 2.2.2 with cuda 12.1
  • Loading branch information
cyntachs committed Apr 22, 2024
1 parent 8409638 commit e1e9f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime

LABEL version="1.2-cuda12.1" maintainer="Cyntachs"
LABEL version="py2.2-cuda12.1" maintainer="Cyntachs"

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ="America/New_York"
Expand Down

0 comments on commit e1e9f63

Please sign in to comment.