Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-08 03:19:32 +02:00
padre 2959aea9b1
commit f779717f54

Ver fichero

@@ -28,7 +28,7 @@ COPY python/ ./python/
RUN npm run build RUN npm run build
# Stage 2: Production runtime # Stage 2: Production runtime
FROM nvidia/cuda:11.8-runtime-ubuntu22.04 FROM nvcr.io/nvidia/cuda:13.0.1-runtime-ubuntu22.04
# Install runtime dependencies # Install runtime dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \