update demo docker version to PyTorch 2.5.1

This commit is contained in:
Ronghang Hu 2024-12-11 17:23:19 +00:00
parent ef8e6a9f03
commit 9e6839f6f3

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime
ARG BASE_IMAGE=pytorch/pytorch:2.5.1-cuda12.1-cudnn9-runtime
ARG MODEL_SIZE=base_plus
FROM ${BASE_IMAGE}