build: update pytorch and cuda versions in dockerfile

This commit is contained in:
hanxen 2025-08-22 13:06:19 +09:00
commit 473973cf79

View file

@ -1,5 +1,5 @@
# PyTorch base image with CUDA, cuDNN, and PyTorch preinstalled
FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
# Set working directory
WORKDIR /app