diff --git a/docker/build-container.sh b/docker/build-container.sh index 90b39a9..8f76923 100755 --- a/docker/build-container.sh +++ b/docker/build-container.sh @@ -5,7 +5,7 @@ cd $(dirname "$0") ARCH=$1 # List of allowed architectures -ALLOWED_ARCHS=("intel" "vulkan" "musa" "cuda", "cpu") +ALLOWED_ARCHS=("intel" "vulkan" "musa" "cuda" "cpu") # Check if ARCH is in the allowed list if [[ ! " ${ALLOWED_ARCHS[@]} " =~ " ${ARCH} " ]]; then