Skip to content

Commit

Permalink
[1.11.2] Pinned cudatoolkit (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Surkar authored Jul 2, 2024
1 parent 4bf0e8b commit f76f488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 2f14c510a6e93f404c6ea357210615b3c15a71731f9dbd86f25434e34fb5a741

build:
number: 1
number: 2
string: {{ build_type }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cpu']
string: {{ build_type }}{{ cudatoolkit | replace(".*", "") }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cuda']
skip: true # [win]
Expand All @@ -25,6 +25,7 @@ requirements:
- {{ compiler('cxx') }}
- cudatoolkit {{ cudatoolkit }} # [build_type == 'cuda']
host:
- cudatoolkit {{ cudatoolkit }} # [build_type == 'cuda']
- python {{ python }}
- _pytorch_select {{ pytorch_select_version }}
- pytorch-base {{ pytorch }}
Expand Down

0 comments on commit f76f488

Please sign in to comment.