x2XcarleX2x commited on
Commit
1091009
·
verified ·
1 Parent(s): cb6c77f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -15,9 +15,7 @@ LABEL description="ADUC-SDR: Production-Ready Multi-GPU AI Video Generation Suit
15
  LABEL version="4.1.0"
16
  LABEL cuda_version="12.8.0+cu128"
17
  LABEL python_version="3.10"
18
- # A wheel do PyTorch é compilada contra o CUDA Toolkit 12.1, mas é 100% compatível
19
- # com o driver mais recente (12.8) presente na imagem base.
20
- LABEL pytorch_version="2.8.0+cu121"
21
  LABEL gpu_optimized_for="8x_NVIDIA_L40S"
22
 
23
  # =============================================================================
 
15
  LABEL version="4.1.0"
16
  LABEL cuda_version="12.8.0+cu128"
17
  LABEL python_version="3.10"
18
+ LABEL pytorch_version="2.8.0+cu128"
 
 
19
  LABEL gpu_optimized_for="8x_NVIDIA_L40S"
20
 
21
  # =============================================================================