Skip to content

Commit

Permalink
Merge pull request #21 from js-ish/feat-update-pytorch
Browse files Browse the repository at this point in the history
fix: change cuda to 12.1.0
  • Loading branch information
origyZ authored May 10, 2024
2 parents 7d55b64 + 4afe54c commit 53ae90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.2.2-devel-ubuntu20.04
FROM nvidia/cuda:12.1.0-devel-ubuntu20.04

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit 53ae90c

Please sign in to comment.