Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Add libnvjpeg-dev package as fallback #1294

Merged
merged 3 commits into from
Feb 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion conda/pytorch-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ requirements:
run:
- cuda-libraries {{ cuda_constraints }}
- cuda-nvtx {{ cuda_constraints }}
- libnvjpeg {{ libnvjpeg_constraints }}
# libnvjpeg-dev required see: https://github.com/pytorch/vision/issues/7185#issuecomment-1420002413
- libnvjpeg-dev {{ libnvjpeg_constraints }}
run_constrained:
- cuda-cudart {{ cuda_constraints }}
- cuda-cupti {{ cuda_constraints }}
Expand All @@ -51,7 +54,6 @@ requirements:
- libcusolver {{ libcusolver_constraints }}
- libcusparse {{ libcusparse_constraints }}
- libnpp {{ libnpp_constraints }}
- libnvjpeg {{ libnvjpeg_constraints }}
test:
commands:
- echo "pytorch-cuda metapackage is created."
Expand Down