This commit is contained in:
hailin 2025-07-08 19:02:35 +08:00
parent 9e53e2b4da
commit 22d059e137
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
IMAGE_NAME="evalscope-full" IMAGE_NAME="evalscope"
CONTAINER_NAME="evalscope-container" CONTAINER_NAME="evalscope"
SRC_DIR="evalscope.0.17.0" SRC_DIR="evalscope.0.17.0"
echo "📍 当前目录: $(pwd)" echo "📍 当前目录: $(pwd)"