diff --git a/Dockerfile b/Dockerfile index 3877057..62ac284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime +FROM pytorch/pytorch:2.8.0-cuda12.9-cudnn9-runtime +# to compile with CUDA toolkit use pytorch/pytorch:2.8.0-cuda12.9-cudnn9-devel ENV TZ=Europe/Samara RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone