Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
-
|
| 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 |
# =============================================================================
|