1_base_test.sh 177 Bytes
Newer Older
chenpangpang's avatar
chenpangpang committed
1
#!/bin/bash
2
3
TARGET_DIR=gpu-base-image-test/paddletest
docker run --rm --platform=linux/amd64 --gpus all -v ./$TARGET_DIR:/workspace --workdir /workspace $1 python base_test.py