mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 19:21:14 +00:00
Preserve .devcontainers/img/ when cleaning. (#166)
This commit is contained in:
@@ -111,6 +111,9 @@ mv "./temp_devcontainer.json" ${base_devcontainer_file}
|
|||||||
# Create an array to keep track of valid subdirectory names
|
# Create an array to keep track of valid subdirectory names
|
||||||
valid_subdirs=()
|
valid_subdirs=()
|
||||||
|
|
||||||
|
# The img folder should not be removed:
|
||||||
|
valid_subdirs+=("img")
|
||||||
|
|
||||||
# For each unique combination
|
# For each unique combination
|
||||||
for combination in $combinations; do
|
for combination in $combinations; do
|
||||||
cuda_version=$(echo "$combination" | jq -r '.cuda')
|
cuda_version=$(echo "$combination" | jq -r '.cuda')
|
||||||
|
|||||||
Reference in New Issue
Block a user