We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fb06e commit 177ba26Copy full SHA for 177ba26
conda/pytorch-cuda/meta.yaml
@@ -41,6 +41,9 @@ requirements:
41
run:
42
- cuda-libraries {{ cuda_constraints }}
43
- cuda-nvtx {{ cuda_constraints }}
44
+ - libnvjpeg {{ libnvjpeg_constraints }}
45
+ # libnvjpeg-dev required see: https://github.com/pytorch/vision/issues/7185#issuecomment-1420002413
46
+ - libnvjpeg-dev {{ libnvjpeg_constraints }}
47
run_constrained:
48
- cuda-cudart {{ cuda_constraints }}
49
- cuda-cupti {{ cuda_constraints }}
@@ -51,7 +54,6 @@ requirements:
51
54
- libcusolver {{ libcusolver_constraints }}
52
55
- libcusparse {{ libcusparse_constraints }}
53
56
- libnpp {{ libnpp_constraints }}
- - libnvjpeg {{ libnvjpeg_constraints }}
57
test:
58
commands:
59
- echo "pytorch-cuda metapackage is created."
0 commit comments