Skip to content

Commit 63c7744

Browse files
authored
DOC change cos7 instructions
1 parent bc3cf2d commit 63c7744

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,23 +1065,13 @@ put the following in your build section.
10651065
- {{ compiler('c') }}
10661066
- sysroot_linux-64 2.17 # [linux64]
10671067
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``
10691069
of your recipe and rerendering.
10701070

10711071
.. code-block:: yaml
10721072
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
10851075
10861076
Finally, note that the ``aarch64`` and ``ppc64le`` platforms already use CentOS 7.
10871077

0 commit comments

Comments
 (0)