Skip to content

Commit

Permalink
Preserve .devcontainer/img/ when cleaning. (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper authored Apr 8, 2024
1 parent 4e6f24a commit 2578383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/make_devcontainers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ mv "./temp_devcontainer.json" ${base_devcontainer_file}
# Create an array to keep track of valid subdirectory names
valid_subdirs=()

# The img folder should not be removed:
valid_subdirs+=("img")

# For each unique combination
for combination in $combinations; do
cuda_version=$(echo "$combination" | jq -r '.cuda')
Expand Down

0 comments on commit 2578383

Please sign in to comment.