Skip to content

Commit

Permalink
plt add nlp case, test=model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeref996 committed Dec 9, 2024
1 parent 2eaf1df commit 074d34e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/e2e/PaddleLT_new/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ source ./set_docker_env.sh # 设定docker环境相关参数
export docker_name=${DOCKER_NAME:-PaddleLayerTest_${AGILE_PIPELINE_BUILD_NUMBER}}
docker container ls -a --filter "name=${docker_name}" --format "{{.ID}}" | xargs -r docker rm -f

mkdir root_tmp

nvidia-docker run --rm -i --name ${docker_name} --privileged --shm-size=128g --net=host \
-w /workspace \
-v $PWD:/workspace \
-v root_tmp:/root \
-e "AK=${AK}" -e "SK=${SK}" \
-e "http_proxy=${http_proxy}" \
-e "https_proxy=${https_proxy}" \
Expand Down

0 comments on commit 074d34e

Please sign in to comment.