diff --git a/Dockerfile b/Dockerfile index 3fe2e75..8361c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/moriyalab/docker-ffmpeg:amd64-7.0.1-cli-ls144 as buildstage +FROM ghcr.io/linuxserver/ffmpeg:amd64-7.0.1-cli-ls144 as buildstage COPY --from=buildstage /buildout/ / FROM pytorch/pytorch:2.3.1-cuda12.1-cudnn8-runtime