Skip to content

Commit 5201c0c

Browse files
committed
Updates
1 parent 3d557b2 commit 5201c0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/make_devcontainers.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -84,6 +84,9 @@ while [[ $# -gt 0 ]]; do
8484
shift
8585
done
8686

87+
# IMPORTANT: The matrix file is located in a separate directory (ci/matrix.yml)
88+
# When updating CUDA versions, compiler versions, or Rapids devcontainer versions,
89+
# remember to update the matrix file at: ../ci/matrix.yml
8790
MATRIX_FILE="../ci/matrix.yml"
8891

8992
# Enable verbose mode if requested

0 commit comments

Comments
 (0)