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:
@@ -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
|
# System dependencies for audio processing
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
|||||||
Reference in New Issue
Block a user