fix: use full Docker Hub registry path in Dockerfile

Podman requires docker.io/ prefix when unqualified-search registries
are not configured.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
tlg
2026-04-05 13:04:53 +02:00
parent 2f4d242f55
commit d5a98879c9

View File

@@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.11.0-cuda12.8-cudnn9-runtime
FROM docker.io/pytorch/pytorch:2.11.0-cuda12.8-cudnn9-runtime
# System dependencies for audio processing
RUN apt-get update && apt-get install -y --no-install-recommends \