diff --git a/scripts/docker_run.sh b/scripts/docker_run.sh index b5c66512cb..5549a4a1f7 100644 --- a/scripts/docker_run.sh +++ b/scripts/docker_run.sh @@ -211,15 +211,15 @@ EOF # create containers based on mirror ${RUN_IMAGE_NAME} and run jobs function run_models(){ - # construnct_version2 # -n ${all_path}/images/${PADDLE_VERSION}/${IMAGE_NAME} \ - construnct_version + construnct_version2 # -n ${all_path}/images/${PADDLE_VERSION}/${IMAGE_NAME} \ + # construnct_version # Determine if the whl exists - if [[ -s ${all_path}/images/${IMAGE_NAME} ]]; then echo "image found"; else exit 1; fi + if [[ -s ${all_path}/images/${PADDLE_VERSION}/${IMAGE_NAME} ]]; then echo "image found"; else exit 1; fi run_cmd="cd ${benchmark_work_path}/baidu/paddle/benchmark/libs/scripts; bash auto_run_paddle.sh -m $model \ -c ${cuda_version} \ -d ${cudnn_version} \ - -n ${all_path}/images/${IMAGE_NAME} \ + -n ${all_path}/images/${PADDLE_VERSION}/${IMAGE_NAME} \ -i ${image_commit_id} \ -a ${image_branch} \ -v ${PADDLE_VERSION} \