[Fix] Error when trying to pull all docker evaluation containers (#4244)

This commit is contained in:
Alejandro Cuadron Lafuente
2024-10-07 23:03:36 +02:00
committed by GitHub
parent 0809d26f4d
commit a3571ec510

View File

@@ -22,11 +22,10 @@ if [ -z "$SET" ]; then
SET="lite"
fi
NAMESPACE=$2 # xingyaoww
if [ -z "$NAMESPACE" ]; then
echo "Default to namespace: xingyaoww"
NAMESPACE="xingyaoww"
fi
# Check if namespace is provided via argument $3, otherwise default to 'xingyaoww'
NAMESPACE=${3:-xingyaoww}
echo "Using namespace: $NAMESPACE"
if [ "$SET" == "lite" ]; then
IMAGE_FILE="$(dirname "$0")/all-swebench-lite-instance-images.txt"