Update CUDA to 13.3U1 and related libraries for CTK 12 & 13#6416
Update CUDA to 13.3U1 and related libraries for CTK 12 & 13#6416JanuszL wants to merge 1 commit into
Conversation
|
CI MESSAGE: [56467734]: BUILD STARTED |
|
CI MESSAGE: [56467756]: BUILD STARTED |
|
| Filename | Overview |
|---|---|
| docker/Dockerfile.cuda129.aarch64.deps | Removes nvjpeg2k packages and cp commands (previously flagged as broken), keeps libcufile-dev-12-9 install, and switches CUDA apt repo from ubuntu2004 to ubuntu2204 while the base image remains ubuntu:20.04 |
| docker/Dockerfile.cuda129.x86_64.deps | Identical to the aarch64 variant: nvjpeg2k removed, libcufile-dev-12-9 retained, CUDA repo switched from ubuntu2004 to ubuntu2204 on a ubuntu:20.04 base |
| docker/Dockerfile.cuda133.aarch64.deps | Bumps CUDA_SUBVERSION to 13.3.1-1, cuFile to 1.18.1.6-1, and removes libnvjpeg + libnvjpeg2k packages along with their header cp commands; change is clean |
| docker/Dockerfile.cuda133.x86_64.deps | Identical to the aarch64 cuda133 variant: cuFile bumped, nvjpeg/nvjpeg2k removed cleanly |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Base Image] --> B{CUDA Version}
B -->|12.9| C[Install CUDA 12.9.1 via .run installer]
B -->|13.3| D[Add ubuntu2204 CUDA apt repo]
C --> E[Add ubuntu2204 CUDA apt repo]
E --> F[apt-get install libcufile-dev-12-9=1.14.1.1-1]
D --> G[apt install cuda-minimal-build + CUDA libs]
G --> H[libcufile-dev-13-3=1.18.1.6-1]
F --> I[Download and install nvcomp cuda12]
H --> J[Download and install nvcomp cuda13]
J --> K[Install fatbinary wrapper]
I --> L[Done - CUDA 12.9 image]
K --> M[Done - CUDA 13.3 image]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[Base Image] --> B{CUDA Version}
B -->|12.9| C[Install CUDA 12.9.1 via .run installer]
B -->|13.3| D[Add ubuntu2204 CUDA apt repo]
C --> E[Add ubuntu2204 CUDA apt repo]
E --> F[apt-get install libcufile-dev-12-9=1.14.1.1-1]
D --> G[apt install cuda-minimal-build + CUDA libs]
G --> H[libcufile-dev-13-3=1.18.1.6-1]
F --> I[Download and install nvcomp cuda12]
H --> J[Download and install nvcomp cuda13]
J --> K[Install fatbinary wrapper]
I --> L[Done - CUDA 12.9 image]
K --> M[Done - CUDA 13.3 image]
Reviews (6): Last reviewed commit: "Update CUDA to 13.3U1 and related librar..." | Re-trigger Greptile
|
CI MESSAGE: [56467756]: BUILD FAILED |
|
CI MESSAGE: [56467734]: BUILD FAILED |
|
CI MESSAGE: [56479409]: BUILD STARTED |
|
CI MESSAGE: [56479419]: BUILD STARTED |
|
CI MESSAGE: [56480120]: BUILD STARTED |
|
CI MESSAGE: [56480121]: BUILD STARTED |
|
CI MESSAGE: [56480120]: BUILD FAILED |
|
CI MESSAGE: [56484993]: BUILD STARTED |
|
CI MESSAGE: [56486770]: BUILD STARTED |
|
CI MESSAGE: [56486765]: BUILD STARTED |
|
CI MESSAGE: [56486770]: BUILD PASSED |
|
CI MESSAGE: [56486765]: BUILD PASSED |
- Bump cuFile to 1.18.1.6 for CTK 13 - Remove installation of nvJPEG and nvJPEG2k for CUDA 12 & 13 (replaced by nvImgCodec; no longer needed as build dependencies) Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
|
CI MESSAGE: [56714361]: BUILD STARTED |
|
CI MESSAGE: [56714361]: BUILD PASSED |
(replaced by nvImgCodec; no longer needed as build dependencies)
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
(replaced by nvImgCodec; no longer needed as build dependencies)
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A