mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
[Fix] Error when trying to pull all docker evaluation containers (#4244)
This commit is contained in:
committed by
GitHub
parent
0809d26f4d
commit
a3571ec510
9
evaluation/swe_bench/scripts/docker/pull_all_eval_docker.sh
Normal file → Executable file
9
evaluation/swe_bench/scripts/docker/pull_all_eval_docker.sh
Normal file → Executable 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"
|
||||
|
||||
Reference in New Issue
Block a user