Actions
Bug #22299
closedcompute node nvidia dependency conflict
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
-
Description
packer-build-compute-image: #275
13:00:18 amazon-ebs: The following packages have unmet dependencies: 13:00:18 amazon-ebs: nvidia-container-toolkit : Depends: libnvidia-container-tools (>= 1.17.0-1) but 1.16.2-1 is to be installed
Also it reports "success" incorrectly on jenkins.
Updated by Peter Amstutz 14 days ago
- Target version changed from Development 2024-11-06 sprint to Development 2024-11-20
Updated by Brett Smith 14 days ago
Peter Amstutz wrote:
Also it reports "success" incorrectly on jenkins.
As best I can tell the compute node build job just always does that, I have always seen it report success through a variety of errors. Probably better to file a separate bug for it because I assume we're gonna fix the nvidia pin issue before we fix that.
Updated by Peter Amstutz 14 days ago
- Assigned To changed from Brett Smith to Peter Amstutz
- Status changed from New to Resolved
So, this just needed a pin on nvidia-container-toolkit
to match libnvidia-container
.
Getting build.sh
to error out correctly is just a matter of adding set -e -o pipefail
.
Updated by Peter Amstutz 14 days ago
- Target version changed from Development 2024-11-20 to Development 2024-11-06 sprint
Actions