Skip to content

Commit

Permalink
Preserve .devcontainers/img/ when cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Apr 8, 2024
1 parent a0f2fab commit 725df0d
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 725df0d

Please sign in to comment.