mirror of
https://github.com/facebookresearch/sam2.git
synced 2025-12-27 17:50:35 +08:00
update demo docker version to PyTorch 2.5.1
This commit is contained in:
@@ -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
|
ARG MODEL_SIZE=base_plus
|
||||||
|
|
||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
||||||
|
|||||||
Reference in New Issue
Block a user