File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -1065,23 +1065,13 @@ put the following in your build section.
1065
1065
- {{ compiler('c') }}
1066
1066
- sysroot_linux-64 2.17 # [linux64]
1067
1067
1068
- You also need to use a newer docker image by setting the following in the ``conda_build_config.yaml ``
1068
+ You also need to use a newer docker image by setting the following in the ``conda-forge.yml ``
1069
1069
of your recipe and rerendering.
1070
1070
1071
1071
.. code-block :: yaml
1072
1072
1073
- cudnn : # [linux64]
1074
- - undefined # [linux64]
1075
- cuda_compiler_version : # [linux64]
1076
- - None # [linux64]
1077
- docker_image : # [linux64]
1078
- - condaforge/linux-anvil-cos7-x86_64 # [linux64]
1079
- cdt_name : # [linux64]
1080
- - cos7 # [linux64]
1081
-
1082
- The extra ``cuda_compiler_version `` key is needed because we currently zip that
1083
- key with ``docker_image ``. Also ``cdt_name `` ensures the CDTs match the CentOS
1084
- version. If this changes in the future, then this extra key may not be needed.
1073
+ os_version :
1074
+ linux_64 : cos7
1085
1075
1086
1076
Finally, note that the ``aarch64 `` and ``ppc64le `` platforms already use CentOS 7.
1087
1077
You can’t perform that action at this time.
0 commit comments